From: David Gibson Date: Fri, 4 May 2007 06:47:51 +0000 (+1000) Subject: [POWERPC] Kill off the PTE_FMT macro X-Git-Tag: v2.6.22-rc1~358^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aeafb0cef401807fe7d2a50f298203659b668af;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed