Re: [PATCH v2 02/17] arm64: Cleanup VTCR_EL2 and VTTBR field values

2016-04-14 Thread Marc Zyngier
On 14/04/16 14:20, Suzuki K Poulose wrote: > We share most of the bits for VTCR_EL2 for different page sizes, > except for the TG0 value and the entry level value. This patch > makes the definitions a bit more cleaner to reflect this fact. > > Also cleans up the VTTBR_X calculation. No functional

[PATCH v2 02/17] arm64: Cleanup VTCR_EL2 and VTTBR field values

2016-04-14 Thread Suzuki K Poulose
We share most of the bits for VTCR_EL2 for different page sizes, except for the TG0 value and the entry level value. This patch makes the definitions a bit more cleaner to reflect this fact. Also cleans up the VTTBR_X calculation. No functional changes. Cc: Marc Zyngier Reviewed-by: Christoffer