projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa1d1a0
)
[SPARC64]: Set ARCH_SELECT_MEMORY_MODEL
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 7 Apr 2006 03:28:11 +0000
(20:28 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 10 Apr 2006 05:56:45 +0000
(22:56 -0700)
Otherwise the build breaks with EXPERIMENTAL disabled
because SPARSEMEM will not get selected properly. See
mm/Kconfig for how that works.
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sparc64/Kconfig
b/arch/sparc64/Kconfig
index d1e2fc56648629a5801f4b4e75ce30a882fdb61e..648047a0bce34ed91d7eace9f05b9d4dfedb9e5b 100644
(file)
--- a/
arch/sparc64/Kconfig
+++ b/
arch/sparc64/Kconfig
@@
-194,6
+194,9
@@
endchoice
endmenu
+config ARCH_SELECT_MEMORY_MODEL
+ def_bool y
+
config ARCH_SPARSEMEM_ENABLE
def_bool y