Files
linux/arch
Thomas Gleixner 1892155f01 x86/kgbd: Use NMI_VECTOR not APIC_DM_NMI
[ Upstream commit 2591bc4e8d ]

apic->send_IPI_allbutself() takes a vector number as argument.

APIC_DM_NMI is clearly not a vector number. It's defined to 0x400 which is
outside the vector space.

Use NMI_VECTOR instead as that's what it is intended to be.

Fixes: 82da3ff89d ("x86: kgdb support")
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190722105218.855189979@linutronix.de
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-15 16:46:07 +09:00
..
2023-05-15 11:34:34 +09:00
2023-05-15 15:19:21 +09:00
2018-05-19 14:06:17 +02:00
2018-02-17 14:52:07 +01:00
2023-05-15 16:07:35 +09:00
2023-05-15 16:17:48 +09:00