From: Evgeny Voevodin Date: Thu, 21 Jun 2012 12:15:01 +0000 (+0400) Subject: arch/arm/configs/tizen_defconfig: VMSPLIT changed to 2G/2G X-Git-Tag: 2.2.1_release^2~83^2~7^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=021cc7ee253e4c6a3686dcda2999282ed7ebdc2a;p=sdk%2Femulator%2Femulator-kernel.git arch/arm/configs/tizen_defconfig: VMSPLIT changed to 2G/2G In order to have whole 1024M ram mapped, we need to give more memory to kernel since it maps vmalloc at the top of lowmem. Result of this patch: lowmem moved down to 0x80000000 and got 1024M space up to 0xc0000000. Signed-off-by: Evgeny Voevodin --- diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig index 46a27a7b7b68..27812c2bd79e 100644 --- a/arch/arm/configs/tizen_defconfig +++ b/arch/arm/configs/tizen_defconfig @@ -503,8 +503,8 @@ CONFIG_ARM_CPU_TOPOLOGY=y # CONFIG_SCHED_MC is not set # CONFIG_SCHED_SMT is not set CONFIG_HAVE_ARM_SCU=y -CONFIG_VMSPLIT_3G=y -# CONFIG_VMSPLIT_2G is not set +# CONFIG_VMSPLIT_3G is not set +CONFIG_VMSPLIT_2G=y # CONFIG_VMSPLIT_1G is not set CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_NR_CPUS=2