powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end
authorPaul Mackerras <paulus@samba.org>
Mon, 22 Feb 2016 02:41:17 +0000 (13:41 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 29 Feb 2016 09:34:39 +0000 (20:34 +1100)
commita9d4996df1f49dc7b45e55060436cace87f1e0d4
tree537e53f4b3bbcc74773d057843bd3aa97d3eee89
parent84c957560a7a8f548aaf6b6b2b15e6d03b7249e2
powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end

This moves the _PAGE_HASHPTE, _PAGE_F_GIX and _PAGE_F_SECOND fields in
the Linux PTE on 64-bit Book 3S systems to the most significant byte.
Of the 5 bits, one is a software-use bit and the other four are
reserved bit positions in the PowerISA v3.0 radix PTE format.
Using these bits is OK because these bits are all to do with tracking
the HPTE(s) associated with the Linux PTE, and therefore won't be
needed in radix mode.  This frees up bit positions in the lower two
bytes.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/book3s/64/hash.h
arch/powerpc/mm/hugetlbpage-hash64.c