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)
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>

No differences found