Re: [PATCH V4 04/18] powerpc/mm: Split pgtable types to separate header
From: Paul Mackerras <hidden> Date: 2016-02-25 03:12:46
On Tue, Feb 23, 2016 at 10:18:06AM +0530, Aneesh Kumar K.V wrote:
We move the page table accessors into a separate header. We will
later add a big endian variant of the table which is needed for radix.
No functionality change only code movement.
Signed-off-by: Aneesh Kumar K.V <redacted>
Reviewed-by: Paul Mackerras <redacted>
We may end up using a big-endian Linux page table even on hash,
for the sake of simplicity.
Paul.