]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] ppc64: Kconfig memory models
authorMike Kravetz <kravetz@us.ibm.com>
Thu, 23 Jun 2005 07:07:51 +0000 (00:07 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:04 +0000 (09:45 -0700)
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>
arch/ppc64/Kconfig

index 87344f324233a1ba473ef32cf3b7fe9602e17771..011b5c0bf1d03f1c9f1d96c8421669e6f1b7a018 100644 (file)
@@ -199,9 +199,16 @@ config HMT
          pSeries systems p620 and p660 have such a cpu type.
 
 config ARCH_DISCONTIGMEM_ENABLE
-       bool "Discontiguous Memory Support"
+       def_bool y
        depends on SMP && PPC_PSERIES
 
+config ARCH_DISCONTIGMEM_DEFAULT
+       def_bool y
+       depends on ARCH_DISCONTIGMEM_ENABLE
+
+config ARCH_FLATMEM_ENABLE
+       def_bool y
+
 source "mm/Kconfig"
 
 config NUMA