Files
android_kernel_xiaomi_sm8450/arch/x86/kernel
Thomas Gleixner 2591bc4e8d x86/kgbd: Use NMI_VECTOR not APIC_DM_NMI
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
2019-07-25 16:11:56 +02:00
..
2019-05-29 23:20:46 -04:00
2019-06-08 13:42:13 -06:00
2019-06-24 19:19:24 +02:00
2019-07-17 23:17:38 +02:00