aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/mce.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel/mce.c')
-rw-r--r--arch/x86_64/kernel/mce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/mce.c b/arch/x86_64/kernel/mce.c
index ee5f65c44214..63777b8cb8c1 100644
--- a/arch/x86_64/kernel/mce.c
+++ b/arch/x86_64/kernel/mce.c
@@ -169,7 +169,7 @@ void do_machine_check(struct pt_regs * regs, long error_code)
169 int panicm_found = 0; 169 int panicm_found = 0;
170 170
171 if (regs) 171 if (regs)
172 notify_die(DIE_NMI, "machine check", regs, error_code, 255, SIGKILL); 172 notify_die(DIE_NMI, "machine check", regs, error_code, 18, SIGKILL);
173 if (!banks) 173 if (!banks)
174 return; 174 return;
175 175