[POWERPC] Kill off the PTE_FMT macro
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 4 May 2007 06:47:51 +0000 (16:47 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 7 May 2007 10:31:14 +0000 (20:31 +1000)
commit0aeafb0cef401807fe7d2a50f298203659b668af
treea712863ca23caacea7496cb7d26fb48832ef5cb1
parent2abb7019e2877e7f9b1d2432f5a5c36caca5ed1c
[POWERPC] Kill off the PTE_FMT macro

32-bit powerpc uses a PTE_FMT macro to handle printk() formatting of
PTE entries (which can vary in type and size).  Apparently there was a
good reason for it once, but with current compilers it's simpler just
to workaround the variation with a cast in the printk() itself
(there's only one use).

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/page_32.h
include/asm-powerpc/pgtable-ppc32.h