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 <vgupta@synopsys.com>
This commit is contained in:
Vineet Gupta 2016-02-17 19:37:33 +05:30
parent f778cc6571
commit 7cab91b87d

View file

@ -458,7 +458,6 @@ config ARC_HAS_PAE40
bool "Support for the 40-bit Physical Address Extension" bool "Support for the 40-bit Physical Address Extension"
default n default n
depends on ISA_ARCV2 depends on ISA_ARCV2
select HIGHMEM
help help
Enable access to physical memory beyond 4G, only supported on Enable access to physical memory beyond 4G, only supported on
ARC cores with 40 bit Physical Addressing support ARC cores with 40 bit Physical Addressing support