[POWERPC] Remove use of 4level-fixup.h for ppc32
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 8 May 2007 02:46:49 +0000 (12:46 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 8 May 2007 03:40:31 +0000 (13:40 +1000)
commitd1953c8888ef034b912ee33bc2ea2cce6a414402
tree525e581603a2dd8622b821304440b6ce14b535ae
parent00c2ae35bd50664bcd841becc6efceef8aa5d074
[POWERPC] Remove use of 4level-fixup.h for ppc32

For 32-bit systems, powerpc still relies on the 4level-fixup.h hack,
to pretend that the generic pagetable handling stuff is 3-levels
rather than 4.  This patch removes this, instead using the newer
pgtable-nopmd.h to handle the elision of both the pud and pmd
pagetable levels (ppc32 pagetables are actually 2 levels).

This removes a little extraneous code, and makes it more easily
compared to the 64-bit pagetable code.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/lib/dma-noncoherent.c
arch/powerpc/mm/pgtable_32.c
include/asm-powerpc/page.h
include/asm-powerpc/pgalloc-32.h
include/asm-powerpc/pgtable-ppc32.h