[POWERPC] cell: set ARCH_SPARSEMEM_DEFAULT in Kconfig
authorGeoff Levand <geoffrey.levand@am.sony.com>
Fri, 3 Nov 2006 05:08:45 +0000 (21:08 -0800)
committerPaul Mackerras <paulus@samba.org>
Fri, 10 Nov 2006 10:45:43 +0000 (21:45 +1100)
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>
arch/powerpc/Kconfig

index 2bd9b7f..0673dbe 100644 (file)
@@ -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