|
@@ -400,7 +400,12 @@ static notrace __kprobes void default_do_nmi(struct pt_regs *regs)
|
|
|
if (notify_die(DIE_NMI_IPI, "nmi_ipi", regs, reason, 2, SIGINT)
|
|
|
== NOTIFY_STOP)
|
|
|
return;
|
|
|
+
|
|
|
#ifdef CONFIG_X86_LOCAL_APIC
|
|
|
+ if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT)
|
|
|
+ == NOTIFY_STOP)
|
|
|
+ return;
|
|
|
+
|
|
|
/*
|
|
|
* Ok, so this is none of the documented NMI sources,
|
|
|
* so it must be the NMI watchdog.
|