Commit 5bd05b95 authored by Joel Schopp's avatar Joel Schopp Committed by Chris Wright

[PATCH] ppc64 memory model depends on NUMA

Signed-off-by: default avatarAndy Whitcroft <apw@shadowen.org>
Signed-off-by: default avatarJoel Schopp <jschopp@austin.ibm.com>
Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 54f4bf28
...@@ -234,6 +234,10 @@ config HMT ...@@ -234,6 +234,10 @@ config HMT
This option enables hardware multithreading on RS64 cpus. This option enables hardware multithreading on RS64 cpus.
pSeries systems p620 and p660 have such a cpu type. pSeries systems p620 and p660 have such a cpu type.
config NUMA
bool "NUMA support"
default y if DISCONTIGMEM || SPARSEMEM
config ARCH_SELECT_MEMORY_MODEL config ARCH_SELECT_MEMORY_MODEL
def_bool y def_bool y
...@@ -249,9 +253,6 @@ config ARCH_DISCONTIGMEM_DEFAULT ...@@ -249,9 +253,6 @@ config ARCH_DISCONTIGMEM_DEFAULT
def_bool y def_bool y
depends on ARCH_DISCONTIGMEM_ENABLE depends on ARCH_DISCONTIGMEM_ENABLE
config ARCH_FLATMEM_ENABLE
def_bool y
config ARCH_SPARSEMEM_ENABLE config ARCH_SPARSEMEM_ENABLE
def_bool y def_bool y
depends on ARCH_DISCONTIGMEM_ENABLE depends on ARCH_DISCONTIGMEM_ENABLE
...@@ -274,10 +275,6 @@ config NODES_SPAN_OTHER_NODES ...@@ -274,10 +275,6 @@ config NODES_SPAN_OTHER_NODES
def_bool y def_bool y
depends on NEED_MULTIPLE_NODES depends on NEED_MULTIPLE_NODES
config NUMA
bool "NUMA support"
default y if DISCONTIGMEM || SPARSEMEM
config SCHED_SMT config SCHED_SMT
bool "SMT (Hyperthreading) scheduler support" bool "SMT (Hyperthreading) scheduler support"
depends on SMP depends on SMP
......
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