powerpc: Add memory management headers for new 64-bit BookE
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 28 Jul 2009 01:59:34 +0000 (11:59 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 20 Aug 2009 00:25:06 +0000 (10:25 +1000)
commit57e2a99f74b0d3720c97a6aadb57ae6aad3c61ea
tree4268a98ad222dbcf790749aed52417eb0a3a2a35
parent0257c99cdfaca53a881339e1cbca638c61569b05
powerpc: Add memory management headers for new 64-bit BookE

This adds the PTE and pgtable format definitions, along with changes
to the kernel memory map and other definitions related to implementing
support for 64-bit Book3E. This also shields some asm-offset bits that
are currently only relevant on 32-bit

We also move the definition of the "linux" page size constants to
the common mmu.h file and add a few sizes that are relevant to
embedded processors.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/mmu-book3e.h
arch/powerpc/include/asm/mmu-hash64.h
arch/powerpc/include/asm/mmu.h
arch/powerpc/include/asm/page.h
arch/powerpc/include/asm/page_64.h
arch/powerpc/include/asm/pgtable-ppc64.h
arch/powerpc/include/asm/pte-book3e.h [new file with mode: 0644]
arch/powerpc/include/asm/pte-common.h
arch/powerpc/kernel/asm-offsets.c
arch/powerpc/mm/hugetlbpage.c