mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 10:01:25 +00:00
x86, irq: add LOCAL_PERF_VECTOR
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>
This commit is contained in:
parent
6b64ee02da
commit
193c81b979
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@
|
||||||
*/
|
*/
|
||||||
#define LOCAL_TIMER_VECTOR 0xef
|
#define LOCAL_TIMER_VECTOR 0xef
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Performance monitoring interrupt vector:
|
||||||
|
*/
|
||||||
|
#define LOCAL_PERF_VECTOR 0xee
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* First APIC vector available to drivers: (vectors 0x30-0xee) we
|
* First APIC vector available to drivers: (vectors 0x30-0xee) we
|
||||||
* start at 0x31(0x41) to spread out vectors evenly between priority
|
* start at 0x31(0x41) to spread out vectors evenly between priority
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue