Commit 2706c302 authored by Olaf Hering's avatar Olaf Hering Committed by Linus Torvalds

[PATCH] ppc64: disable HMT for RS64 cpus

Hardware multithreading for RS64 cpus is currently broken.  Anton sent me a
patch a few weeks ago, but it did not work.  So just hide the config option
for the time being.
Signed-off-by: default avatarOlaf Hering <olh@suse.de>
Acked-by: default avatarPaul Mackerras <paulus@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c4e39ec3
...@@ -194,7 +194,10 @@ config NR_CPUS ...@@ -194,7 +194,10 @@ config NR_CPUS
config HMT config HMT
bool "Hardware multithreading" bool "Hardware multithreading"
depends on SMP && PPC_PSERIES depends on SMP && PPC_PSERIES && BROKEN
help
This option enables hardware multithreading on RS64 cpus.
pSeries systems p620 and p660 have such a cpu type.
config DISCONTIGMEM config DISCONTIGMEM
bool "Discontiguous Memory Support" bool "Discontiguous Memory Support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment