summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 04:16:01 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-28 23:20:15 +0100
commitd8a3539e64f8e27b0ab5bb7e7ba3b8f34b739224 (patch)
tree96fd5fb3cd3a9dfbd72c0b3853bcb9b05e0a7c26 /arch/x86/include
parent1b1bcb3ff4e4934d949574cec90679219ace5412 (diff)
downloadop-kernel-dev-d8a3539e64f8e27b0ab5bb7e7ba3b8f34b739224.zip
op-kernel-dev-d8a3539e64f8e27b0ab5bb7e7ba3b8f34b739224.tar.gz
x86, apic: remove BIGSMP_IRQ_DELIVERY_MODE and BIGSMP_IRQ_DEST_MODE
Impact: cleanup They were only used in a single place and obscured the apic_bigsmp driver template. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/bigsmp/apic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/bigsmp/apic.h b/arch/x86/include/asm/bigsmp/apic.h
index 293551b..dca2d5b 100644
--- a/arch/x86/include/asm/bigsmp/apic.h
+++ b/arch/x86/include/asm/bigsmp/apic.h
@@ -21,8 +21,6 @@ static inline const cpumask_t *target_cpus(void)
#undef APIC_DEST_LOGICAL
#define APIC_DEST_LOGICAL 0
#define APIC_DFR_VALUE (APIC_DFR_FLAT)
-#define BIGSMP_IRQ_DELIVERY_MODE (dest_Fixed)
-#define BIGSMP_IRQ_DEST_MODE (0) /* phys delivery to target proc */
#define NO_BALANCE_IRQ (0)
static inline unsigned long check_apicid_used(physid_mask_t bitmap, int apicid)
OpenPOWER on IntegriCloud