Jan Kiszka e85ceae910 kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMI
Stress-testing KVM's latest NMI support with kgdbts inside an SMP guest,
I came across spurious unhandled NMIs while running the singlestep test.
Looking closer at the code path each NMI takes when KGDB is enabled, I
noticed that kgdb_nmicallback is called twice per event: One time via
DIE_NMI_IPI notification, the second time on DIE_NMI. Removing the first
invocation cures the unhandled NMIs here.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2008-10-06 13:50:59 -05:00
..
2008-08-25 01:18:06 -04:00
2008-08-01 13:03:49 -07:00
2008-09-27 18:27:21 +09:00
2008-10-01 09:40:43 -07:00
2008-10-03 21:55:54 +02:00
2008-07-30 09:41:45 -07:00
2008-07-26 12:00:09 -07:00