From f2abb61ba0f10f15345958b2ba4dfa515d35f2cb Mon Sep 17 00:00:00 2001 From: mbm Date: Wed, 14 Jun 2006 21:13:11 +0000 Subject: switch io schedular to deadline git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3945 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86-2.6/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/x86-2.6') diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index 8bd2cee89..16264f599 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 -- cgit v1.2.3