mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
[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>
This commit is contained in:
parent
ab56dbddc8
commit
36b600f264
@ -740,7 +740,7 @@ config ARCH_SPARSEMEM_ENABLE
|
|||||||
|
|
||||||
config ARCH_SPARSEMEM_DEFAULT
|
config ARCH_SPARSEMEM_DEFAULT
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on SMP && PPC_PSERIES
|
depends on (SMP && PPC_PSERIES) || PPC_CELL
|
||||||
|
|
||||||
config ARCH_POPULATES_NODE_MAP
|
config ARCH_POPULATES_NODE_MAP
|
||||||
def_bool y
|
def_bool y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user