Archived
14
0
Fork 0

x86: remove dead IRQBALANCE code

Impact: cleanup

CONFIG_IRQBALANCE was removed in commit 8b8e8c1bf; this ifdef was still
around.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Dan McGee 2008-10-23 15:44:02 -05:00 committed by Ingo Molnar
parent 8479d94e9f
commit c63dfefd48

View file

@ -31,10 +31,6 @@ static inline int irq_canonicalize(int irq)
# endif # endif
#endif #endif
#ifdef CONFIG_IRQBALANCE
extern int irqbalance_disable(char *str);
#endif
#ifdef CONFIG_HOTPLUG_CPU #ifdef CONFIG_HOTPLUG_CPU
#include <linux/cpumask.h> #include <linux/cpumask.h>
extern void fixup_irqs(cpumask_t map); extern void fixup_irqs(cpumask_t map);