Adjust FIRST_SYSTEM_VECTOR so that it includes all the recently invented system vectors.
Signed-off-by: Jan Kiszka <[email protected]> --- If someone has a good idea how to let this hunk explode in the future after the list was once again extended, I'm all ears. arch/x86/include/asm/irq_vectors.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/x86/include/asm/irq_vectors.h b/arch/x86/include/asm/irq_vectors.h index f983bc6..6178f92 100644 --- a/arch/x86/include/asm/irq_vectors.h +++ b/arch/x86/include/asm/irq_vectors.h @@ -103,8 +103,6 @@ #define NUM_INVALIDATE_TLB_VECTORS 8 #endif -#define FIRST_SYSTEM_VECTOR 0xef - /* * Local APIC timer IRQ vector is on a different priority level, * to work around the 'lost local interrupt if more than 2 IRQ @@ -129,6 +127,9 @@ */ #define MCE_SELF_VECTOR 0xeb +/* I-pipe: Lowest number of vectors above */ +#define FIRST_SYSTEM_VECTOR 0xea + /* * First APIC vector available to drivers: (vectors 0x30-0xee) we * start at 0x31(0x41) to spread out vectors evenly between priority -- 1.6.0.2 _______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
