2008-10-23 20:44:20

by Dan McGee

[permalink] [raw]
Subject: [PATCH] Remove IRQBALANCE crud

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

Signed-off-by: Dan McGee <[email protected]>
---
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 bae0eda..28e409f 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);
--
1.6.0.3


2008-10-27 13:23:26

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH] Remove IRQBALANCE crud


* Dan McGee <[email protected]> wrote:

> CONFIG_IRQBALANCE was removed in commit 8b8e8c1bf; this ifdef was still
> around.
>
> Signed-off-by: Dan McGee <[email protected]>
> ---
> arch/x86/include/asm/irq.h | 4 ----
> 1 files changed, 0 insertions(+), 4 deletions(-)

good catch - applied to tip/x86/cleanups, thanks Dan!

Ingo