diff options
author | Dan McGee <dpmcgee@gmail.com> | 2008-10-23 15:44:02 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-27 14:22:51 +0100 |
commit | c63dfefd48d92b1db3400fe8de4886a519ac3949 (patch) | |
tree | 90b9eb8bf86598c638dc021cc9c5495aaf6993e0 /arch/x86/include/asm/irq.h | |
parent | 8479d94e9f6a44b5050cbacf653272a561fbe0d0 (diff) | |
download | talos-obmc-linux-c63dfefd48d92b1db3400fe8de4886a519ac3949.tar.gz talos-obmc-linux-c63dfefd48d92b1db3400fe8de4886a519ac3949.zip |
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>
Diffstat (limited to 'arch/x86/include/asm/irq.h')
-rw-r--r-- | arch/x86/include/asm/irq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/irq.h b/arch/x86/include/asm/irq.h index bae0eda95486..28e409fc73f3 100644 --- a/arch/x86/include/asm/irq.h +++ b/arch/x86/include/asm/irq.h @@ -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); |