]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/apic/nmi.c
Merge commit 'v2.6.34-rc7' into perf/nmi
[karo-tx-linux.git] / arch / x86 / kernel / apic / nmi.c
index 1edaf15c0b8eef05b36653a0ed9087a9b3717f9e..a43f71cb30f8709595fe77c80be19d36c24aae29 100644 (file)
@@ -401,13 +401,6 @@ nmi_watchdog_tick(struct pt_regs *regs, unsigned reason)
        int cpu = smp_processor_id();
        int rc = 0;
 
-       /* check for other users first */
-       if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT)
-                       == NOTIFY_STOP) {
-               rc = 1;
-               touched = 1;
-       }
-
        sum = get_timer_irqs(cpu);
 
        if (__get_cpu_var(nmi_touch)) {