lkml.org 
[lkml]   [2005]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch 1/1] x86-64: kconfig typo (trivial)
From
Date

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 <blaisorblade@yahoo.it>
---

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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:10    [W:0.029 / U:0.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site