aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86-2.6
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-06-14 21:13:11 +0000
committerMike Baker <mbm@openwrt.org>2006-06-14 21:13:11 +0000
commit6bc0654f051814c21afaa1ab0d87b84463cd42be (patch)
treeb79daa5882bb4feebd35b1c219d6781d57a3734f /target/linux/x86-2.6
parent1b938a445edbbe0a260186a1dc2d3d9e044315de (diff)
downloadmaster-187ad058-6bc0654f051814c21afaa1ab0d87b84463cd42be.tar.gz
master-187ad058-6bc0654f051814c21afaa1ab0d87b84463cd42be.tar.bz2
master-187ad058-6bc0654f051814c21afaa1ab0d87b84463cd42be.zip
switch io schedular to deadline
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3945 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6')
-rw-r--r--target/linux/x86-2.6/config12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config
index 8bd2cee89c..16264f5994 100644
--- a/target/linux/x86-2.6/config
+++ b/target/linux/x86-2.6/config
@@ -73,15 +73,15 @@ CONFIG_OBSOLETE_MODPARM=y
#
# IO Schedulers
#
-CONFIG_IOSCHED_NOOP=y
-CONFIG_IOSCHED_AS=y
-# CONFIG_IOSCHED_DEADLINE is not set
+# CONFIG_IOSCHED_NOOP is not set
+# CONFIG_IOSCHED_AS is not set
+CONFIG_IOSCHED_DEADLINE=y
# CONFIG_IOSCHED_CFQ is not set
-CONFIG_DEFAULT_AS=y
-# CONFIG_DEFAULT_DEADLINE is not set
+# CONFIG_DEFAULT_AS is not set
+CONFIG_DEFAULT_DEADLINE=y
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
-CONFIG_DEFAULT_IOSCHED="anticipatory"
+CONFIG_DEFAULT_IOSCHED="deadline"
#
# Processor type and features