Skip to content

Commit

Permalink
[POWERPC] cell: set ARCH_SPARSEMEM_DEFAULT in Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Nov 10, 2006
1 parent ab56dbd commit 36b600f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36b600f

Please sign in to comment.