]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Make 36-bit VA depend on EXPERT
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 20 Oct 2015 13:59:20 +0000 (14:59 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 20 Oct 2015 13:59:20 +0000 (14:59 +0100)
commitbb61e1de0c7d47d26b3c271314df33ab0932da0b
tree85e2301e3399bd422ae1172e79d2f8186d271b2e
parent3d3737d3023ad5d634590219991cee89962df55c
arm64: Make 36-bit VA depend on EXPERT

Commit a2e6b2be8b9d (arm64: 36 bit VA) introduced 36-bit VA support for
the arm64 kernel when the 16KB page configuration is enabled. While this
is a valid hardware configuration, it's not something we want to
encourage since it reduces the memory (and I/O) range that the kernel
can access. Make this depend on EXPERT to avoid complaints of Linux not
mapping the whole RAM, especially on platforms following the ARM
recommended memory map.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig