[Lunar-commits] r18499 - lunar-iso/trunk/kernels/conf/2.6

Auke Kok sofar at lunar-linux.org
Fri Feb 3 20:09:57 UTC 2006


Author: sofar
Date: 2006-02-03 20:09:55 +0000 (Fri, 03 Feb 2006)
New Revision: 18499

Modified:
   lunar-iso/trunk/kernels/conf/2.6/base
Log:
now that we have irqbalance we can disable the kernel code for this. CFQ is also a good scheduler and we dont need 4 of em

Modified: lunar-iso/trunk/kernels/conf/2.6/base
===================================================================
--- lunar-iso/trunk/kernels/conf/2.6/base	2006-02-03 20:08:54 UTC (rev 18498)
+++ lunar-iso/trunk/kernels/conf/2.6/base	2006-02-03 20:09:55 UTC (rev 18499)
@@ -153,7 +153,7 @@
 # CONFIG_MATH_EMULATION is not set
 CONFIG_MTRR=y
 # CONFIG_EFI is not set
-CONFIG_IRQBALANCE=y
+# CONFIG_IRQBALANCE is not set
 # CONFIG_REGPARM is not set
 CONFIG_SECCOMP=y
 # CONFIG_HZ_100 is not set
@@ -779,9 +779,9 @@
 #
 # IO Schedulers
 #
-CONFIG_IOSCHED_NOOP=y
-CONFIG_IOSCHED_AS=y
-CONFIG_IOSCHED_DEADLINE=y
+# CONFIG_IOSCHED_NOOP is not set
+# CONFIG_IOSCHED_AS is not set
+# CONFIG_IOSCHED_DEADLINE is not set
 CONFIG_IOSCHED_CFQ=y
 CONFIG_ATA_OVER_ETH=m
 



More information about the Lunar-commits mailing list