Skip to content

Commit

Permalink
x86, irq: add LOCAL_PERF_VECTOR
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Jan 31, 2009
1 parent 6b64ee0 commit 193c81b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/x86/include/asm/irq_vectors.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
*/
#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
Expand Down

0 comments on commit 193c81b

Please sign in to comment.