diff options
-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) |