ARM: LPAE: accomodate >32-bit addresses for page table base
authorCyril Chemparathy <cyril@ti.com>
Sat, 21 Jul 2012 19:55:04 +0000 (15:55 -0400)
committerWill Deacon <will.deacon@arm.com>
Thu, 30 May 2013 15:02:15 +0000 (16:02 +0100)
This patch redefines the early boot time use of the R4 register to steal a few
low order bits (ARCH_PGD_SHIFT bits) on LPAE systems.  This allows for up to
38-bit physical addresses.

Signed-off-by: Cyril Chemparathy <cyril@ti.com>
Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Tested-by: Subash Patel <subash.rp@samsung.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>

No differences found