arm64: Use 42-bit address space with 64K pages
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 23 Oct 2013 15:50:07 +0000 (16:50 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 5 Nov 2013 17:23:52 +0000 (17:23 +0000)
This patch expands the VA_BITS to 42 when the 64K page configuration is
enabled allowing 2TB kernel linear mapping. Linux still uses 2 levels of
page tables in this configuration with pgd now being a full page.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>

No differences found