diff options
| -rw-r--r-- | arch/i386/kernel/crash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/crash.c b/arch/i386/kernel/crash.c index 736c76d6b3..67d297dc10 100644 --- a/arch/i386/kernel/crash.c +++ b/arch/i386/kernel/crash.c | |||
| @@ -102,7 +102,7 @@ static int crash_nmi_callback(struct notifier_block *self, | |||
| 102 | struct pt_regs fixed_regs; | 102 | struct pt_regs fixed_regs; |
| 103 | int cpu; | 103 | int cpu; |
| 104 | 104 | ||
| 105 | if (val != DIE_NMI) | 105 | if (val != DIE_NMI_IPI) |
| 106 | return NOTIFY_OK; | 106 | return NOTIFY_OK; |
| 107 | 107 | ||
| 108 | regs = ((struct die_args *)data)->regs; | 108 | regs = ((struct die_args *)data)->regs; |
| @@ -113,7 +113,7 @@ static int crash_nmi_callback(struct notifier_block *self, | |||
| 113 | * an NMI if system was initially booted with nmi_watchdog parameter. | 113 | * an NMI if system was initially booted with nmi_watchdog parameter. |
| 114 | */ | 114 | */ |
| 115 | if (cpu == crashing_cpu) | 115 | if (cpu == crashing_cpu) |
| 116 | return 1; | 116 | return NOTIFY_STOP; |
| 117 | local_irq_disable(); | 117 | local_irq_disable(); |
| 118 | 118 | ||
| 119 | if (!user_mode_vm(regs)) { | 119 | if (!user_mode_vm(regs)) { |
