diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 22:24:16 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:16 -0500 |
commit | 7fe732862d9697cc1863286fbcace9a67f231b4c (patch) | |
tree | ad5be094fa5dd855bc66c9e247fceedbb0c4f3a2 | |
parent | 38bd77a6c35168b03b65f7438cdcc1257d550924 (diff) |
x86, apic: remove IRQ_DEST_MODE
Remove leftover definition.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/include/asm/mach-default/mach_apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mach-default/mach_apic.h b/arch/x86/include/asm/mach-default/mach_apic.h index f3b2cd423882..ce3bc4845b98 100644 --- a/arch/x86/include/asm/mach-default/mach_apic.h +++ b/arch/x86/include/asm/mach-default/mach_apic.h | |||
@@ -22,7 +22,6 @@ static inline const struct cpumask *target_cpus(void) | |||
22 | 22 | ||
23 | #ifdef CONFIG_X86_64 | 23 | #ifdef CONFIG_X86_64 |
24 | #include <asm/genapic.h> | 24 | #include <asm/genapic.h> |
25 | #define IRQ_DEST_MODE (apic->irq_dest_mode) | ||
26 | #define TARGET_CPUS (apic->target_cpus()) | 25 | #define TARGET_CPUS (apic->target_cpus()) |
27 | #define init_apic_ldr (apic->init_apic_ldr) | 26 | #define init_apic_ldr (apic->init_apic_ldr) |
28 | #define cpu_mask_to_apicid (apic->cpu_mask_to_apicid) | 27 | #define cpu_mask_to_apicid (apic->cpu_mask_to_apicid) |