From: Magnus Damm Date: Wed, 2 Apr 2014 09:06:24 +0000 (+0900) Subject: ARM: shmobile: Enable HIGHMEM in shmobile_defconfig X-Git-Tag: v3.14.28+ltsi~451 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad4c9ef2ca95761b0334cb49bc9784647b4d4c86;p=platform%2Fkernel%2Flinux-stable.git ARM: shmobile: Enable HIGHMEM in shmobile_defconfig Many mach-shmobile hardware platforms include support for more than 1GiB of RAM. Enable HIGHMEM by default to allow use of larger amounts of memory. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman (cherry picked from commit 667d0f7b0e940bf36e8d12bd7d64aa0f9217b3ac) Signed-off-by: Simon Horman --- diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index c10e626e8510..b73a0380bb03 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -25,6 +25,7 @@ CONFIG_SCHED_MC=y CONFIG_HAVE_ARM_ARCH_TIMER=y CONFIG_NR_CPUS=8 CONFIG_AEABI=y +CONFIG_HIGHMEM=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y