diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2006-11-03 06:08:45 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-11-10 11:45:43 +0100 |
commit | 36b600f2649e3be49039efe31edeeb64277dbd99 (patch) | |
tree | 7e052e203964e88e324369e4f2bfea0820d9b643 /arch/powerpc | |
parent | [POWERPC] Fix cell "new style" mapping and add debug (diff) | |
download | linux-36b600f2649e3be49039efe31edeeb64277dbd99.tar.xz 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/powerpc')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
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 |