[PATCH] ppc64: disable some boot wrapper debug
Anton Blanchard
anton at samba.org
Sun Jan 23 15:34:23 EST 2005
Hi,
The debug information in the boot wrapper can be quite verbose (it
prints an entry for every address it attempts to claim). Disable it.
Anton
Signed-off-by: Anton Blanchard <anton at samba.org>
diff -puN arch/ppc64/boot/main.c~disable_boot_debug arch/ppc64/boot/main.c
--- foobar2/arch/ppc64/boot/main.c~disable_boot_debug 2005-01-23 13:34:05.555656631 +1100
+++ foobar2-anton/arch/ppc64/boot/main.c 2005-01-23 13:34:05.577655139 +1100
@@ -73,7 +73,7 @@ void *stdin;
void *stdout;
void *stderr;
-#define DEBUG
+#undef DEBUG
static unsigned long claim_base = PROG_START;
_
More information about the Linuxppc64-dev
mailing list