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 | c07c99b67233ccaad38a961c17405dc1e1542aa4 (diff) | |
download | op-kernel-dev-73ca2f8380311115723c7afe811f3ed1f0ba945e.zip op-kernel-dev-73ca2f8380311115723c7afe811f3ed1f0ba945e.tar.gz |
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 b66b518..b07278c 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) |