diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-16 01:08:17 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-16 01:08:29 +0100 |
commit | 73ca2f8380311115723c7afe811f3ed1f0ba945e (patch) | |
tree | c3c8afc72c0ae0b73b2679612cfad37826c10691 /arch/x86/include | |
parent | perfcounters: make context switch and migration software counters work again (diff) | |
download | linux-73ca2f8380311115723c7afe811f3ed1f0ba945e.tar.xz linux-73ca2f8380311115723c7afe811f3ed1f0ba945e.zip |
perfcounters: remove duplicate definition of LOCAL_PERF_VECTOR
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include')
-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 @@ #define LOCAL_PERF_VECTOR 0xee /* - * 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) |