Skip to content

Commit

Permalink
x86: remove dead IRQBALANCE code
Browse files Browse the repository at this point in the history
Impact: cleanup

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

Signed-off-by: Dan McGee <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
toofishes authored and Ingo Molnar committed Oct 27, 2008
1 parent 8479d94 commit c63dfef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/x86/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ static inline int irq_canonicalize(int irq)
# endif
#endif

#ifdef CONFIG_IRQBALANCE
extern int irqbalance_disable(char *str);
#endif

#ifdef CONFIG_HOTPLUG_CPU
#include <linux/cpumask.h>
extern void fixup_irqs(cpumask_t map);
Expand Down

0 comments on commit c63dfef

Please sign in to comment.