rk29: mmu.c: set vmalloc_reserve to 512MB for better support 1G memory

This commit is contained in:
黄涛
2011-09-13 19:33:49 +08:00
parent 6c526e53e0
commit 24e11d1378

View File

@@ -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_256M;
static unsigned long __initdata vmalloc_reserve = SZ_512M;
#else
static unsigned long __initdata vmalloc_reserve = SZ_128M;
#endif