OSDN Git Service

powerpc/mm/radix: Add radix pte #defines
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 29 Apr 2016 13:25:52 +0000 (23:25 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 1 May 2016 08:32:52 +0000 (18:32 +1000)
commitb0b5e9b1304765d079c71373df236733765f42ac
tree13411195b384d64ae76846fd7d5ea5a526f427f6
parent34fbadd8e98bbd85f503298152654f677db47ae3
powerpc/mm/radix: Add radix pte #defines

This adds Power ISA 3.0 specific pte defines. We share most of the
details with hash Linux page table format. This patch indicates only
things where we differ.

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/book3s/64/pgtable.h
arch/powerpc/include/asm/book3s/64/radix-4k.h [new file with mode: 0644]
arch/powerpc/include/asm/book3s/64/radix-64k.h [new file with mode: 0644]
arch/powerpc/include/asm/book3s/64/radix.h [new file with mode: 0644]