aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authorJean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org>2006-06-23 05:05:19 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-23 10:43:03 -0400
commit1e11d2782b2f8e86d22ad92c75b70ec8cad14dcf (patch)
treec019b56dd2031f33bedcb976c35281836c80c19b /arch/ia64
parent260ea1013283d8acbb451459ed1ca560c1445c20 (diff)
[PATCH] clean up default value of SCHED_SMT
Default values for boolean and tristate options can only be 'y', 'm' or 'n'. This patch removes wrong default for SCHED_SMT. Signed-off-by: Jean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 0f3076a820c3..c1c9b4224081 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -273,7 +273,6 @@ config HOTPLUG_CPU
273config SCHED_SMT 273config SCHED_SMT
274 bool "SMT scheduler support" 274 bool "SMT scheduler support"
275 depends on SMP 275 depends on SMP
276 default off
277 help 276 help
278 Improves the CPU scheduler's decision making when dealing with 277 Improves the CPU scheduler's decision making when dealing with
279 Intel IA64 chips with MultiThreading at a cost of slightly increased 278 Intel IA64 chips with MultiThreading at a cost of slightly increased