diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 23:57:56 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:20 -0500 |
commit | 2e867b17cc02e1799f18126af0ddd7b63dd8f6f4 (patch) | |
tree | c5c0cc37ded5fb8b9ced26550d99f7706cd3cea2 /arch/x86/include/asm/mach-default | |
parent | d1d7cae8fd54a301a0de531b48451649933ffdcf (diff) |
x86, apic: remove no_balance_irq and no_ioapic_check flags
These flags are completely unused. (the in-kernel IRQ balancer has
been removed from the upstream kernel.)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mach-default')
-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 064bc11a991c..8adccf8ee473 100644 --- a/arch/x86/include/asm/mach-default/mach_apic.h +++ b/arch/x86/include/asm/mach-default/mach_apic.h | |||
@@ -17,8 +17,6 @@ static inline const struct cpumask *default_target_cpus(void) | |||
17 | #endif | 17 | #endif |
18 | } | 18 | } |
19 | 19 | ||
20 | #define NO_BALANCE_IRQ (0) | ||
21 | |||
22 | #ifdef CONFIG_X86_64 | 20 | #ifdef CONFIG_X86_64 |
23 | #include <asm/genapic.h> | 21 | #include <asm/genapic.h> |
24 | #define init_apic_ldr (apic->init_apic_ldr) | 22 | #define init_apic_ldr (apic->init_apic_ldr) |