OSDN Git Service

powerpc/mm: Split pgtable types to separate header
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 1 Mar 2016 04:15:11 +0000 (09:45 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Mar 2016 05:47:01 +0000 (16:47 +1100)
commit2bf59916ef033edb9f8e968ee27e486ccb8ba1ce
treef048d512e21783f4b9366d5142f888d0539b8e79
parentbf6a4d5b75d1ea87897fe68d0e45d35a2996c678
powerpc/mm: Split pgtable types to separate header

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.

Reviewed-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/page.h
arch/powerpc/include/asm/pgtable-types.h [new file with mode: 0644]