diff options
-rw-r--r-- | arch/x86/kernel/cpu/mcheck/mce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/mcheck/mce.c b/arch/x86/kernel/cpu/mcheck/mce.c index ba431893e31d..d5cb0b4c17ff 100644 --- a/arch/x86/kernel/cpu/mcheck/mce.c +++ b/arch/x86/kernel/cpu/mcheck/mce.c | |||
@@ -554,7 +554,7 @@ static void mce_reign(void) | |||
554 | * other CPUs. | 554 | * other CPUs. |
555 | */ | 555 | */ |
556 | if (m && global_worst >= MCE_PANIC_SEVERITY && tolerant < 3) | 556 | if (m && global_worst >= MCE_PANIC_SEVERITY && tolerant < 3) |
557 | mce_panic("Fatal machine check", m, msg); | 557 | mce_panic("Fatal Machine check", m, msg); |
558 | 558 | ||
559 | /* | 559 | /* |
560 | * For UC somewhere we let the CPU who detects it handle it. | 560 | * For UC somewhere we let the CPU who detects it handle it. |
@@ -858,7 +858,7 @@ void do_machine_check(struct pt_regs *regs, long error_code) | |||
858 | * support MCE broadcasting or it has been disabled. | 858 | * support MCE broadcasting or it has been disabled. |
859 | */ | 859 | */ |
860 | if (no_way_out && tolerant < 3) | 860 | if (no_way_out && tolerant < 3) |
861 | mce_panic("Machine check", final, msg); | 861 | mce_panic("Fatal machine check on current CPU", final, msg); |
862 | 862 | ||
863 | /* | 863 | /* |
864 | * If the error seems to be unrecoverable, something should be | 864 | * If the error seems to be unrecoverable, something should be |