From: Ingo Molnar Date: Mon, 16 Feb 2009 00:08:17 +0000 (+0100) Subject: perfcounters: remove duplicate definition of LOCAL_PERF_VECTOR X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=73ca2f8380311115723c7afe811f3ed1f0ba945e;p=linux-edison.git perfcounters: remove duplicate definition of LOCAL_PERF_VECTOR Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/include/asm/irq_vectors.h b/arch/x86/include/asm/irq_vectors.h index b66b518ff00..b07278c55e9 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)