x86, irq: add LOCAL_PERF_VECTOR
authorIngo Molnar <mingo@elte.hu>
Sat, 31 Jan 2009 01:23:27 +0000 (02:23 +0100)
committerIngo Molnar <mingo@elte.hu>
Sat, 31 Jan 2009 01:23:27 +0000 (02:23 +0100)
Add a slot for the performance monitoring interrupt. Not yet used
by any subsystem - but the hardware has it. (This eases integration
with performance monitoring code.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/irq_vectors.h

index 9a83a10..0e2220b 100644 (file)
 #define LOCAL_TIMER_VECTOR     0xef
 
 /*
+ * Performance monitoring interrupt vector:
+ */
+#define LOCAL_PERF_VECTOR      0xee
+
+/*
  * 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)