From: Geoff Levand Date: Fri, 3 Nov 2006 05:08:45 +0000 (-0800) Subject: [POWERPC] cell: set ARCH_SPARSEMEM_DEFAULT in Kconfig X-Git-Tag: v2.6.19-rc6~29^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=36b600f2649e3be49039efe31edeeb64277dbd99;p=linux-2.6-omap-h63xx.git [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 Acked-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 2bd9b7fb0f6..0673dbedb24 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