diff options
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index a253a39c3ff6..49b652f9b1d8 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -356,6 +356,15 @@ config SOLARIS_EMUL | |||
356 | 356 | ||
357 | endmenu | 357 | endmenu |
358 | 358 | ||
359 | config SCHED_SMT | ||
360 | bool "SMT (Hyperthreading) scheduler support" | ||
361 | depends on SMP | ||
362 | default y | ||
363 | help | ||
364 | SMT scheduler support improves the CPU scheduler's decision making | ||
365 | when dealing with UltraSPARC cpus at a cost of slightly increased | ||
366 | overhead in some places. If unsure say N here. | ||
367 | |||
359 | config CMDLINE_BOOL | 368 | config CMDLINE_BOOL |
360 | bool "Default bootloader kernel arguments" | 369 | bool "Default bootloader kernel arguments" |
361 | 370 | ||