diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-15 19:08:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-15 19:08:29 -0500 |
commit | 73ca2f8380311115723c7afe811f3ed1f0ba945e (patch) | |
tree | c3c8afc72c0ae0b73b2679612cfad37826c10691 | |
parent | c07c99b67233ccaad38a961c17405dc1e1542aa4 (diff) |
perfcounters: remove duplicate definition of LOCAL_PERF_VECTOR
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/include/asm/irq_vectors.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/asm/irq_vectors.h b/arch/x86/include/asm/irq_vectors.h index b66b518ff000..b07278c55e9e 100644 --- a/arch/x86/include/asm/irq_vectors.h +++ b/arch/x86/include/asm/irq_vectors.h | |||
@@ -112,11 +112,6 @@ | |||
112 | #define LOCAL_PERF_VECTOR 0xee | 112 | #define LOCAL_PERF_VECTOR 0xee |
113 | 113 | ||
114 | /* | 114 | /* |
115 | * Performance monitoring interrupt vector: | ||
116 | */ | ||
117 | #define LOCAL_PERF_VECTOR 0xee | ||
118 | |||
119 | /* | ||
120 | * First APIC vector available to drivers: (vectors 0x30-0xee) we | 115 | * First APIC vector available to drivers: (vectors 0x30-0xee) we |
121 | * start at 0x31(0x41) to spread out vectors evenly between priority | 116 | * start at 0x31(0x41) to spread out vectors evenly between priority |
122 | * levels. (0x80 is the syscall vector) | 117 | * levels. (0x80 is the syscall vector) |