summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGeoff Levand2006-11-03 06:08:45 +0100
committerPaul Mackerras2006-11-10 11:45:43 +0100
commit36b600f2649e3be49039efe31edeeb64277dbd99 (patch)
tree7e052e203964e88e324369e4f2bfea0820d9b643 /arch
parent[POWERPC] Fix cell "new style" mapping and add debug (diff)
downloadkernel-qcow2-linux-36b600f2649e3be49039efe31edeeb64277dbd99.tar.gz
kernel-qcow2-linux-36b600f2649e3be49039efe31edeeb64277dbd99.tar.xz
kernel-qcow2-linux-36b600f2649e3be49039efe31edeeb64277dbd99.zip
[POWERPC] cell: set ARCH_SPARSEMEM_DEFAULT in Kconfig
The current cell processor support needs sparsemem, so set it as the default memory model. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 2bd9b7fb0f6c..0673dbedb241 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -740,7 +740,7 @@ config ARCH_SPARSEMEM_ENABLE
config ARCH_SPARSEMEM_DEFAULT
def_bool y
- depends on SMP && PPC_PSERIES
+ depends on (SMP && PPC_PSERIES) || PPC_CELL
config ARCH_POPULATES_NODE_MAP
def_bool y