From: Vineet Gupta Date: Wed, 17 Feb 2016 14:07:33 +0000 (+0530) Subject: ARCv2: Allow enabling PAE40 w/o HIGHMEM X-Git-Tag: v4.9.8~2448^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cab91b87dd8eeee5911ec34be8bb0288ebba18b;p=platform%2Fkernel%2Flinux-rpi3.git ARCv2: Allow enabling PAE40 w/o HIGHMEM This allows for regression testing in PAE specific code as we lack a 32+ bit physical memory platform other than nSIM. Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 8a188bc..7981ea8 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -458,7 +458,6 @@ config ARC_HAS_PAE40 bool "Support for the 40-bit Physical Address Extension" default n depends on ISA_ARCV2 - select HIGHMEM help Enable access to physical memory beyond 4G, only supported on ARC cores with 40 bit Physical Addressing support