projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8479d94
)
x86: remove dead IRQBALANCE code
author
Dan McGee
<dpmcgee@gmail.com>
Thu, 23 Oct 2008 20:44:02 +0000
(15:44 -0500)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 27 Oct 2008 13:22:51 +0000
(14:22 +0100)
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>
arch/x86/include/asm/irq.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/irq.h
b/arch/x86/include/asm/irq.h
index bae0eda954864aa62e90b6ec438b82c8785129dc..28e409fc73f3df33e4c6b2cbde5e99e0433e0fa1 100644
(file)
--- 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);