[POWERPC] Further fixes for the removal of 4level-fixup hack from ppc32
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 9 May 2007 05:20:37 +0000 (15:20 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 9 May 2007 06:35:01 +0000 (16:35 +1000)
Commit d1953c8888ef034b912ee33bc2ea2cce6a414402 removed the use of
4level-fixup.h for 32-bit systems under arch/powerpc.  However, I
missed a few things activated on some configurations, resulting in
some warnings (at least with STRICT_MM_TYPECHECKS enabled) and build
errors in some circumstances.  This fixes it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found