aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/Kconfig
diff options
context:
space:
mode:
authorMike Kravetz <kravetz@us.ibm.com>2005-06-23 03:07:51 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-23 12:45:04 -0400
commit368a0a3afad08069b2679ecaff80fc18c10a6e2a (patch)
tree7fbb6691a56b31705f6c4bf809784ba9d4f5db18 /arch/ppc64/Kconfig
parent785dcd44b60ec8ede76fed0af54333ab5f3e848c (diff)
[PATCH] ppc64: Kconfig memory models
This patch changes some of the default behavior in the ppc64 Kconfig file that was recently changed/added to 2.6.12-rc2-mm1 by Dave Hansen in preparation for SPARSEMEM. Patch allows the display of both FLAT and DISCONTIG models on pseries. As before, default is DISCONTIG for SMP and PSERIES and FLAT for others. Signed-off-by: Mike Kravetz <kravetz@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r--arch/ppc64/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig
index 87344f324233..011b5c0bf1d0 100644
--- a/arch/ppc64/Kconfig
+++ b/arch/ppc64/Kconfig
@@ -199,9 +199,16 @@ config HMT
199 pSeries systems p620 and p660 have such a cpu type. 199 pSeries systems p620 and p660 have such a cpu type.
200 200
201config ARCH_DISCONTIGMEM_ENABLE 201config ARCH_DISCONTIGMEM_ENABLE
202 bool "Discontiguous Memory Support" 202 def_bool y
203 depends on SMP && PPC_PSERIES 203 depends on SMP && PPC_PSERIES
204 204
205config ARCH_DISCONTIGMEM_DEFAULT
206 def_bool y
207 depends on ARCH_DISCONTIGMEM_ENABLE
208
209config ARCH_FLATMEM_ENABLE
210 def_bool y
211
205source "mm/Kconfig" 212source "mm/Kconfig"
206 213
207config NUMA 214config NUMA