powerpc/32: Fix compile error caused by pud_t/pgt_t confusion
authorPaul Mackerras <paulus@samba.org>
Wed, 11 Jan 2006 05:27:21 +0000 (16:27 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 11 Jan 2006 05:27:21 +0000 (16:27 +1100)
commitc38a04b1ba67e488d94ec680a7dddd4e32d6ddfb
treeaeda3dd9801217ffcebb3cb66e1b2731de96e29b
parentc9c47b6e27ca49fb0eea6b021b4919cb2467c8e1
powerpc/32: Fix compile error caused by pud_t/pgt_t confusion

PPC32 is still using asm-generic/4level-fixup.h, but asm-powerpc/page.h
was defining pud_t and pgd_t.  Depending on the order in which files
got included, this could result in a compilation error.  Tweak the ifdef
so that page.h doesn't try to define pud_t on ppc32 (which uses 2-level
page tables).

Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/page.h