[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080103154227.784F114DDB@wotan.suse.de>
Date: Thu, 3 Jan 2008 16:42:27 +0100 (CET)
From: Andi Kleen <ak@...e.de>
To: axboe@...nel.dk, linux-kernel@...r.kernel.org
Subject: [PATCH x86] [13/16] i386: Set CFQ as default in i386 defconfig
Someone complained that the i386 defconfig contains AS as default IO
scheduler. Change that to CFQ.
Cc: axboe@...nel.dk
Signed-off-by: Andi Kleen <ak@...e.de>
---
arch/x86/configs/i386_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux/arch/x86/configs/i386_defconfig
===================================================================
--- linux.orig/arch/x86/configs/i386_defconfig
+++ linux/arch/x86/configs/i386_defconfig
@@ -99,9 +99,9 @@ CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
-CONFIG_DEFAULT_AS=y
+# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
-# CONFIG_DEFAULT_CFQ is not set
+CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists