diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 468dbe8a6b9c..cad8346def1d 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 | ||
264 | config 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 | |||
264 | config PREEMPT | 273 | config PREEMPT |
265 | bool "Preemptible Kernel" | 274 | bool "Preemptible Kernel" |
266 | help | 275 | help |