* [PATCH] cell: set ARCH_SPARSEMEM_DEFAULT in Kconfig
@ 2006-11-03 5:08 Geoff Levand
0 siblings, 0 replies; only message in thread
From: Geoff Levand @ 2006-11-03 5:08 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: linuxppc-dev
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>
--
As noted by Benjamin Herrenschmidt.
Index: cell--common--6/arch/powerpc/Kconfig
===================================================================
--- cell--common--6.orig/arch/powerpc/Kconfig
+++ cell--common--6/arch/powerpc/Kconfig
@@ -734,7 +743,7 @@
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-03 5:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-03 5:08 [PATCH] cell: set ARCH_SPARSEMEM_DEFAULT in Kconfig Geoff Levand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).