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:
4f80681
)
arm: increase FORCE_MAX_ZONEORDER for TI AM33XX
author
Yegor Yefremov
<yegorslists@googlemail.com>
Mon, 8 Oct 2012 21:37:53 +0000
(14:37 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 8 Oct 2012 22:43:57 +0000
(15:43 -0700)
FORCE_MAX_ZONEORDER of 12 is needed to allocation more than 4MB
of consistent DMA memory (da8xx frame buffer driver).
Signed-off-by: Dejan Gacnik <dejan.gacnik@gmail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 8ac460a8f4ca64dfd33238af132775bac1a6d6dd..c0065c777e9bffa97e5c77a9ea4002c230c80caf 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-1758,6
+1758,7
@@
source "mm/Kconfig"
config FORCE_MAX_ZONEORDER
int "Maximum zone order" if ARCH_SHMOBILE
range 11 64 if ARCH_SHMOBILE
+ default "12" if SOC_AM33XX
default "9" if SA1111
default "11"
help