On Thu, Oct 30, 2008 at 10:51:32PM -0400, Jon Smirl wrote:
> Fix format string warning in arch/powerpc/boot/main.c
>
> BOOTCC arch/powerpc/boot/main.o
> arch/powerpc/boot/main.c: In function 'prep_kernel':
> arch/powerpc/boot/main.c:65: warning: format '%08x' expects type
> 'unsigned int', but a
Fix format string warning in arch/powerpc/boot/main.c
BOOTCC arch/powerpc/boot/main.o
arch/powerpc/boot/main.c: In function 'prep_kernel':
arch/powerpc/boot/main.c:65: warning: format '%08x' expects type
'unsigned int', but argument 3 has type 'long unsigned int'
Signed-off-by: Jon Smirl <[EMAI