lkml.org 
[lkml]   [2004]   [Feb]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] fix IRQBALANCE Kconfig dependencies
From
Date
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.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.027 / U:1.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site