summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/irq_vectors.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-03-05 21:49:47 +0100
committerIngo Molnar <mingo@elte.hu>2009-03-05 21:49:47 +0100
commit31bbed527e7039203920c51c9fb48c27aed0820c (patch)
tree71fa6e963f4c3d876e83e44927e87d5394a7cf69 /arch/x86/include/asm/irq_vectors.h
parent0fbba4871c42b297b0d6a6a6ff73e934cb91423e (diff)
parentb2b352590d94651579e6914ecdb08d30b2cb5f19 (diff)
Merge branch 'x86/uv' into x86/core
Diffstat (limited to 'arch/x86/include/asm/irq_vectors.h')
-rw-r--r--arch/x86/include/asm/irq_vectors.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/include/asm/irq_vectors.h b/arch/x86/include/asm/irq_vectors.h
index 8a285f356f8a..3cbd79bbb47c 100644
--- a/arch/x86/include/asm/irq_vectors.h
+++ b/arch/x86/include/asm/irq_vectors.h
@@ -112,6 +112,11 @@
#define LOCAL_PERF_VECTOR 0xee
/*
+ * Generic system vector for platform specific use
+ */
+#define GENERIC_INTERRUPT_VECTOR 0xed
+
+/*
* First APIC vector available to drivers: (vectors 0x30-0xee) we
* start at 0x31(0x41) to spread out vectors evenly between priority
* levels. (0x80 is the syscall vector)