* [PATCH] ppc64: Fix typo in zImage boot wrapper
@ 2004-10-22 1:05 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-10-22 1:05 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list
This patch fixes a typo in the zImage boot wrapper (incorrect printf).
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Matthew Dharm <mdharm@momenco.com>
===== arch/ppc64/boot/main.c 1.9 vs edited =====
--- 1.9/arch/ppc64/boot/main.c 2004-09-20 18:17:40 -07:00
+++ edited/arch/ppc64/boot/main.c 2004-10-21 14:17:06 -07:00
@@ -166,7 +166,7 @@
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-22 1:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-22 1:05 [PATCH] ppc64: Fix typo in zImage boot wrapper Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox