aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
authorSuresh Siddha <suresh.b.siddha@intel.com>2005-04-05 21:05:00 -0400
committerTony Luck <tony.luck@intel.com>2005-05-03 13:33:28 -0400
commit7a9bdd8842d0847f3b15068550a3632a2d259057 (patch)
tree548d1f72a9dbdf74b67e45f5f536a71e94c26b81 /arch/ia64/Kconfig
parentac09f698f1cda91e890fb75f4cb38253d60ff017 (diff)
[IA64] Add config SCHED_SMT
Now that we have MC/MT detection patches in, appended patch allows us to configure MT scheduler optimizations. For now, we will this option off by default. There is some discussion going on lkml about setting up sched-domains which are absolutely needed (like for example, we shouldn't setup SMT domain for non MT processors). Once that patch goes in, we can enable this option by default. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 468dbe8a6b9..cad8346def1 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -261,6 +261,15 @@ config HOTPLUG_CPU
261 can be controlled through /sys/devices/system/cpu/cpu#. 261 can be controlled through /sys/devices/system/cpu/cpu#.
262 Say N if you want to disable CPU hotplug. 262 Say N if you want to disable CPU hotplug.
263 263
264config SCHED_SMT
265 bool "SMT scheduler support"
266 depends on SMP
267 default off
268 help
269 Improves the CPU scheduler's decision making when dealing with
270 Intel IA64 chips with MultiThreading at a cost of slightly increased
271 overhead in some places. If unsure say N here.
272
264config PREEMPT 273config PREEMPT
265 bool "Preemptible Kernel" 274 bool "Preemptible Kernel"
266 help 275 help