X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc64%2Fboot%2Fmain.c;h=4ce7f85bb2be6ec090f46688b726e833b3bebeea;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=6cf78020a6e95cbebbeff74fa50d700a3b7ece5d;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/ppc64/boot/main.c b/arch/ppc64/boot/main.c index 6cf78020a..4ce7f85bb 100644 --- a/arch/ppc64/boot/main.c +++ b/arch/ppc64/boot/main.c @@ -73,7 +73,7 @@ void *stdin; void *stdout; void *stderr; -#define DEBUG +#undef DEBUG static unsigned long claim_base = PROG_START; @@ -166,7 +166,7 @@ void start(unsigned long a1, unsigned long a2, void *promptr) gunzip((void *)vmlinux.addr, vmlinux.size, (unsigned char *)vmlinuz.addr, &len); printf("done 0x%lx bytes\n\r", len); - printf("0x%x bytes of heap consumed, max in use 0x%\n\r", + printf("0x%x bytes of heap consumed, max in use 0x%x\n\r", (unsigned)(avail_high - begin_avail), heap_max); } else { memmove((void *)vmlinux.addr,(void *)vmlinuz.addr,vmlinuz.size);