diff options
| author | H. Peter Anvin (Intel) <[email protected]> | 2021-05-19 21:21:49 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2021-05-21 10:36:44 +0000 |
| commit | f1b7d45d3f8f3e18e190e71cb54d4b1917300d1d (patch) | |
| tree | 8dcace42f7a4cbf328695dcfb0cecb2e0a25b58a /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | Linux 5.13-rc2 (diff) | |
| download | kernel-f1b7d45d3f8f3e18e190e71cb54d4b1917300d1d.tar.gz kernel-f1b7d45d3f8f3e18e190e71cb54d4b1917300d1d.zip | |
x86/irq: Remove unused vectors defines
UV_BAU_MESSAGE is defined but not used anywhere in the kernel. Presumably
this is a stale vector number that can be reclaimed.
MCE_VECTOR is not an actual vector: #MC is an exception, not an interrupt
vector, and as such is correctly described as X86_TRAP_MC. MCE_VECTOR is
not used anywhere is the kernel.
Note that NMI_VECTOR *is* used; specifically it is the vector number
programmed into the APIC LVT when an NMI interrupt is configured. At
the moment it is always numerically identical to X86_TRAP_NMI, that is
not necessarily going to be the case indefinitely.
Signed-off-by: H. Peter Anvin (Intel) <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Steve Wahl <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
