diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-07-22 20:47:06 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-07-25 16:11:56 +0200 |
commit | 2591bc4e8d70b4e1330d327fb7e3921f4e070a51 (patch) | |
tree | fad9e764c20f7ccac755f26c7098271a5bb0e235 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a2df00fd501214923999071678d684f5988940f4 (diff) |
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: 82da3ff89dc2 ("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
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions