diff options
author | Xin Li <xin3.li@intel.com> | 2023-06-21 10:12:48 -0700 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2023-08-06 14:15:10 +0200 |
commit | 6e3edb0fb5c0ee3ab1edc1fcfd159e7dd177ef0e (patch) | |
tree | 2e2104cd585d78626afb34511733cac583f32a95 /tools/arch/x86 | |
parent | bdc1dad299bb1d38ce329de0dad0beadc76badf4 (diff) | |
download | linux-6e3edb0fb5c0ee3ab1edc1fcfd159e7dd177ef0e.tar.gz linux-6e3edb0fb5c0ee3ab1edc1fcfd159e7dd177ef0e.tar.bz2 linux-6e3edb0fb5c0ee3ab1edc1fcfd159e7dd177ef0e.zip |
tools: Get rid of IRQ_MOVE_CLEANUP_VECTOR from tools
IRQ_MOVE_CLEANUP_VECTOR is not longer in use. Remove the last traces.
Signed-off-by: Xin Li <xin3.li@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230621171248.6805-4-xin3.li@intel.com
Diffstat (limited to 'tools/arch/x86')
-rw-r--r-- | tools/arch/x86/include/asm/irq_vectors.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/arch/x86/include/asm/irq_vectors.h b/tools/arch/x86/include/asm/irq_vectors.h index 43dcb9284208..3a19904c2db6 100644 --- a/tools/arch/x86/include/asm/irq_vectors.h +++ b/tools/arch/x86/include/asm/irq_vectors.h @@ -35,13 +35,6 @@ */ #define FIRST_EXTERNAL_VECTOR 0x20 -/* - * Reserve the lowest usable vector (and hence lowest priority) 0x20 for - * triggering cleanup after irq migration. 0x21-0x2f will still be used - * for device interrupts. - */ -#define IRQ_MOVE_CLEANUP_VECTOR FIRST_EXTERNAL_VECTOR - #define IA32_SYSCALL_VECTOR 0x80 /* |