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

No, I haven't made sure that it actually does not work, but
correcting it is right.

And "grep off scripts/kconfig/*" does not find anything relevant.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
---

 linux-2.6.11-paolo/arch/x86_64/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86_64/Kconfig~x86-64-kconfig-typo arch/x86_64/Kconfig
--- linux-2.6.11/arch/x86_64/Kconfig~x86-64-kconfig-typo        2005-03-04 
17:30:04.566990048 +0100
+++ linux-2.6.11-paolo/arch/x86_64/Kconfig      2005-03-04 17:30:20.502567472 
+0100
@@ -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
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to