mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch 1/1] x86-64: kconfig typo (trivial)
@ 2005-03-04 16:36 blaisorblade
  0 siblings, 0 replies; only message in thread
From: blaisorblade @ 2005-03-04 16:36 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, blaisorblade


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
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-05 16:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-04 16:36 [patch 1/1] x86-64: kconfig typo (trivial) blaisorblade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®