projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab56dbd
)
[POWERPC] cell: set ARCH_SPARSEMEM_DEFAULT in Kconfig
author
Geoff Levand
<geoffrey.levand@am.sony.com>
Fri, 3 Nov 2006 05:08:45 +0000
(21:08 -0800)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 10 Nov 2006 10:45:43 +0000
(21:45 +1100)
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>
arch/powerpc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/Kconfig
b/arch/powerpc/Kconfig
index 2bd9b7fb0f6c91cc7e35bdedf3bafed7f897e7a3..0673dbedb241e8562db83b8fa69ba5d43eacf473 100644
(file)
--- 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