diff options
Diffstat (limited to 'arch/x86/kernel/apic/nmi.c')
-rw-r--r-- | arch/x86/kernel/apic/nmi.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kernel/apic/nmi.c b/arch/x86/kernel/apic/nmi.c index 0159a69396cb..5d47682f580b 100644 --- a/arch/x86/kernel/apic/nmi.c +++ b/arch/x86/kernel/apic/nmi.c | |||
@@ -400,13 +400,6 @@ nmi_watchdog_tick(struct pt_regs *regs, unsigned reason) | |||
400 | int cpu = smp_processor_id(); | 400 | int cpu = smp_processor_id(); |
401 | int rc = 0; | 401 | int rc = 0; |
402 | 402 | ||
403 | /* check for other users first */ | ||
404 | if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT) | ||
405 | == NOTIFY_STOP) { | ||
406 | rc = 1; | ||
407 | touched = 1; | ||
408 | } | ||
409 | |||
410 | sum = get_timer_irqs(cpu); | 403 | sum = get_timer_irqs(cpu); |
411 | 404 | ||
412 | if (__get_cpu_var(nmi_touch)) { | 405 | if (__get_cpu_var(nmi_touch)) { |