* [Adeos-main] [PATCH] x86: Update FIRST_SYSTEM_VECTOR
@ 2010-01-27 17:18 Jan Kiszka
0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2010-01-27 17:18 UTC (permalink / raw)
To: Philippe Gerum; +Cc: adeos-main
Adjust FIRST_SYSTEM_VECTOR so that it includes all the recently invented
system vectors.
Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-01-27 17:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-27 17:18 [Adeos-main] [PATCH] x86: Update FIRST_SYSTEM_VECTOR Jan Kiszka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.