From: blaisorblade@yahoo.it

Trivial typo:
	default off
instead of 
	default n
in kbuild.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/x86_64/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86_64/Kconfig~x86-64-kconfig-typo-trivial arch/x86_64/Kconfig
--- 25/arch/x86_64/Kconfig~x86-64-kconfig-typo-trivial	Sun Mar  6 16:09:20 2005
+++ 25-akpm/arch/x86_64/Kconfig	Sun Mar  6 16:09:20 2005
@@ -254,7 +254,7 @@ config PREEMPT_BKL
 config SCHED_SMT
 	bool "SMT (Hyperthreading) scheduler support"
 	depends on SMP
-	default off
+	default n
 	help
 	  SMT scheduler support improves the CPU scheduler's decision making
 	  when dealing with Intel Pentium 4 chips with HyperThreading at a
_