* [PATCH] fix IRQBALANCE Kconfig dependencies
@ 2004-02-24 17:41 James Bottomley
0 siblings, 0 replies; only message in thread
From: James Bottomley @ 2004-02-24 17:41 UTC (permalink / raw)
To: Andrew Morton, Linus Torvalds, mbligh; +Cc: Linux Kernel
CONFIG_IRQBALANCE only affects arch/i386/kernel/io_apic.c, so you should
only see it as an option if you actually have one of those. This patch
makes IRQBALANCE depend on X86_IO_APIC.
James
===== arch/i386/Kconfig 1.101 vs edited =====
--- 1.101/arch/i386/Kconfig Fri Feb 20 10:57:29 2004
+++ edited/arch/i386/Kconfig Tue Feb 24 11:36:42 2004
@@ -828,7 +828,7 @@
config IRQBALANCE
bool "Enable kernel irq balancing"
- depends on SMP
+ depends on SMP && X86_IO_APIC
default y
help
The defalut yes will allow the kernel to do irq load balancing.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-24 17:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-24 17:41 [PATCH] fix IRQBALANCE Kconfig dependencies James Bottomley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox