Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c63dfefd authored by Dan McGee's avatar Dan McGee Committed by Ingo Molnar
Browse files

x86: remove dead IRQBALANCE code



Impact: cleanup

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

Signed-off-by: default avatarDan McGee <dpmcgee@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 8479d94e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);