x86, nmi: Wire up NMI handlers to new routines
[pandora-kernel.git] / arch / x86 / kernel / cpu / mcheck / mce.c
index 5b5ccee..fce51ad 100644 (file)
@@ -908,9 +908,6 @@ void do_machine_check(struct pt_regs *regs, long error_code)
 
        percpu_inc(mce_exception_count);
 
-       if (notify_die(DIE_NMI, "machine check", regs, error_code,
-                          18, SIGKILL) == NOTIFY_STOP)
-               goto out;
        if (!banks)
                goto out;