Commit 66a9f20a authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds

[PATCH] ppc64: disable some boot wrapper debug

The debug information in the boot wrapper can be quite verbose (it prints an
entry for every address it attempts to claim).  Disable it.
Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c32b1ceb
......@@ -73,7 +73,7 @@ void *stdin;
void *stdout;
void *stderr;
#define DEBUG
#undef DEBUG
static unsigned long claim_base = PROG_START;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment