linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove IRQBALANCE crud
@ 2008-10-23 20:44 Dan McGee
  2008-10-27 13:23 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Dan McGee @ 2008-10-23 20:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo, hpa, Dan McGee

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

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Remove IRQBALANCE crud
  2008-10-23 20:44 [PATCH] Remove IRQBALANCE crud Dan McGee
@ 2008-10-27 13:23 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-10-27 13:23 UTC (permalink / raw)
  To: Dan McGee; +Cc: linux-kernel, mingo, hpa


* Dan McGee <dpmcgee@gmail.com> wrote:

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

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

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-27 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-23 20:44 [PATCH] Remove IRQBALANCE crud Dan McGee
2008-10-27 13:23 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).