diff options
Diffstat (limited to 'arch/x86/kernel/traps_32.c')
-rw-r--r-- | arch/x86/kernel/traps_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/traps_32.c b/arch/x86/kernel/traps_32.c index bb9107c56ff5..65791ca2824a 100644 --- a/arch/x86/kernel/traps_32.c +++ b/arch/x86/kernel/traps_32.c | |||
@@ -730,6 +730,8 @@ io_check_error(unsigned char reason, struct pt_regs *regs) | |||
730 | static __kprobes void | 730 | static __kprobes void |
731 | unknown_nmi_error(unsigned char reason, struct pt_regs *regs) | 731 | unknown_nmi_error(unsigned char reason, struct pt_regs *regs) |
732 | { | 732 | { |
733 | if (notify_die(DIE_NMIUNKNOWN, "nmi", regs, reason, 2, SIGINT) == NOTIFY_STOP) | ||
734 | return; | ||
733 | #ifdef CONFIG_MCA | 735 | #ifdef CONFIG_MCA |
734 | /* | 736 | /* |
735 | * Might actually be able to figure out what the guilty party | 737 | * Might actually be able to figure out what the guilty party |