|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [PATCH] undef DEBUG in linuxppc time.c to prevent printk floodi
[LINUX][POWERPC] undef DEBUG in linuxppc time.c to prevent printk
flooding. Developers may want to enable this but the default in the code
should be undefined to prevent the xenppc user from beeing flooded by
those printk messages printed with DBG in time.c.
Signed-off-by: Christian Ehrhardt <ehrhardt@xxxxxxxxxxxxxxxxxx>
Grüsse / regards,
Christian Ehrhardt
IBM Linux Technology Center, Open Virtualization
+49 7031/16-3385
Ehrhardt@xxxxxxxxxxxxxxxxxxx
Ehrhardt@xxxxxxxxxx
IBM Deutschland Entwicklung GmbH
Vorsitzender des Aufsichtsrats: Johann Weihen
Geschäftsführung: Herbert Kircher
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
diff -r 43dcc1cc2dd8 arch/powerpc/platforms/xen/time.c
--- a/arch/powerpc/platforms/xen/time.c Thu Mar 01 14:42:25 2007 -0600
+++ b/arch/powerpc/platforms/xen/time.c Wed May 02 07:52:26 2007 +0200
@@ -6,7 +6,7 @@
#include <asm/time.h>
#include <asm/udbg.h>
-#define DEBUG
+#undef DEBUG
#ifdef DEBUG
#define DBG(fmt...) printk(fmt)
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [XenPPC] [PATCH] undef DEBUG in linuxppc time.c to prevent printk flooding,
Christian Ehrhardt <=
|
|
|
|
|