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://review.tizen.org/git/?a=commitdiff_plain;h=36b600f2649e3be49039efe31edeeb64277dbd99;p=profile%2Fivi%2Fkernel-x86-ivi.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 2bd9b7f..0673dbe 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