projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c526e5
)
rk29: mmu.c: set vmalloc_reserve to 512MB for better support 1G memory
author
黄涛
<huangtao@rock-chips.com>
Tue, 13 Sep 2011 11:33:49 +0000
(19:33 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 13 Sep 2011 11:33:49 +0000
(19:33 +0800)
arch/arm/mm/mmu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mm/mmu.c
b/arch/arm/mm/mmu.c
index 9c9a47a2f9ba4b9f2d7ef42420db0f57f209b2a2..6cfc032ae80c8ac59efcc1c58ecfd2f74d2a05fd 100644
(file)
--- a/
arch/arm/mm/mmu.c
+++ b/
arch/arm/mm/mmu.c
@@
-672,7
+672,7
@@
void __init iotable_init(struct map_desc *io_desc, int nr)
}
#if defined(CONFIG_RK29_MEM_SIZE_M) && CONFIG_RK29_MEM_SIZE_M >= 1024
-static unsigned long __initdata vmalloc_reserve = SZ_
256
M;
+static unsigned long __initdata vmalloc_reserve = SZ_
512
M;
#else
static unsigned long __initdata vmalloc_reserve = SZ_128M;
#endif