diff options
Diffstat (limited to 'arch/x86/include/asm/mach-default/mach_apic.h')
-rw-r--r-- | arch/x86/include/asm/mach-default/mach_apic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/mach-default/mach_apic.h b/arch/x86/include/asm/mach-default/mach_apic.h index eafbf4f20387..f3b2cd423882 100644 --- a/arch/x86/include/asm/mach-default/mach_apic.h +++ b/arch/x86/include/asm/mach-default/mach_apic.h | |||
@@ -34,8 +34,6 @@ static inline const struct cpumask *target_cpus(void) | |||
34 | #define wakeup_secondary_cpu (apic->wakeup_cpu) | 34 | #define wakeup_secondary_cpu (apic->wakeup_cpu) |
35 | extern void setup_apic_routing(void); | 35 | extern void setup_apic_routing(void); |
36 | #else | 36 | #else |
37 | #define DEFAULT_IRQ_DELIVERY_MODE dest_LowestPrio | ||
38 | #define DEFAULT_IRQ_DEST_MODE 1 /* logical delivery broadcast to all procs */ | ||
39 | #define TARGET_CPUS (target_cpus()) | 37 | #define TARGET_CPUS (target_cpus()) |
40 | #define wakeup_secondary_cpu wakeup_secondary_cpu_via_init | 38 | #define wakeup_secondary_cpu wakeup_secondary_cpu_via_init |
41 | /* | 39 | /* |