diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2006-11-02 21:08:45 -0800 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-11-10 21:45:43 +1100 |
commit | 36b600f2649e3be49039efe31edeeb64277dbd99 (patch) | |
tree | 7e052e203964e88e324369e4f2bfea0820d9b643 /arch/powerpc | |
parent | ab56dbddc8a23ff3f4602855aaf0fcb3c814118b (diff) |
[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 |