提交 6c8decdf 编写于 作者: C Cyrill Gorcunov 提交者: Thomas Gleixner

x86: nmi_32.c - unknown_nmi_panic_callback should always panic

Signed-off-by: NCyrill Gorcunov <gorcunov@gmail.com>
Cc: hpa@zytor.com
Cc: mingo@redhat.com
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 ad63ba16
......@@ -425,7 +425,7 @@ static int unknown_nmi_panic_callback(struct pt_regs *regs, int cpu)
char buf[64];
sprintf(buf, "NMI received for unknown reason %02x\n", reason);
die_nmi(buf, regs, 0);
die_nmi(buf, regs, 1); /* Always panic here */
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册