public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: "Chen, Kenneth W" <kenneth.w.chen@intel.com>
To: linux-ia64@vger.kernel.org
Subject: [patch] turn on config_smt in defconfig
Date: Fri, 27 Jan 2006 02:09:48 +0000	[thread overview]
Message-ID: <200601270209.k0R29ng21629@unix-os.sc.intel.com> (raw)

Now that the scheduler domain degeneration patch from
Suresh Siddha was merged in the main line kernel for a
while, it is safe to turn on CONFIG_SMT broadly.  It has
zero run time cost on system that doesn't have SMT because
the SD degenerator will collapse needless domains.


Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
cc: Suresh Siddha <suresh.b.siddha@intel.com>

--- ./arch/ia64/defconfig.orig	2006-01-26 18:40:54.579699555 -0800
+++ ./arch/ia64/defconfig	2006-01-26 18:46:31.865828235 -0800
@@ -100,7 +100,7 @@ CONFIG_FORCE_MAX_ZONEORDER\x18
 CONFIG_SMP=y
 CONFIG_NR_CPUSQ2
 CONFIG_HOTPLUG_CPU=y
-# CONFIG_SCHED_SMT is not set
+CONFIG_SCHED_SMT=y
 # CONFIG_PREEMPT is not set
 CONFIG_SELECT_MEMORY_MODEL=y
 # CONFIG_FLATMEM_MANUAL is not set
--- ./arch/ia64/Kconfig.orig	2006-01-26 18:41:09.734972806 -0800
+++ ./arch/ia64/Kconfig	2006-01-26 18:43:35.204697587 -0800
@@ -266,7 +266,7 @@ config HOTPLUG_CPU
 config SCHED_SMT
 	bool "SMT scheduler support"
 	depends on SMP
-	default off
+	default y
 	help
 	  Improves the CPU scheduler's decision making when dealing with
 	  Intel IA64 chips with MultiThreading at a cost of slightly increased



                 reply	other threads:[~2006-01-27  2:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200601270209.k0R29ng21629@unix-os.sc.intel.com \
    --to=kenneth.w.chen@intel.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox