aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
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/i386
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/i386')
-rw-r--r--arch/i386/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 15d23da2455f..1596101cfaf8 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -230,7 +230,6 @@ config NR_CPUS
230config SCHED_SMT 230config SCHED_SMT
231 bool "SMT (Hyperthreading) scheduler support" 231 bool "SMT (Hyperthreading) scheduler support"
232 depends on SMP 232 depends on SMP
233 default off
234 help 233 help
235 SMT scheduler support improves the CPU scheduler's decision making 234 SMT scheduler support improves the CPU scheduler's decision making
236 when dealing with Intel Pentium 4 chips with HyperThreading at a 235 when dealing with Intel Pentium 4 chips with HyperThreading at a