[PATCH] [ppc64] disable oprofile debug messages
Anton Blanchard
anton at samba.org
Tue Aug 17 04:09:57 EST 2004
Disable oprofile debug messages. They arent much use now things are
working reliably.
Signed-off-by: Anton Blanchard <anton at samba.org>
diff -puN arch/ppc64/oprofile/op_model_power4.c~oprofile-2 arch/ppc64/oprofile/op_model_power4.c
--- linux-2.5/arch/ppc64/oprofile/op_model_power4.c~oprofile-2 2004-08-15 05:54:32.550954834 +1000
+++ linux-2.5-anton/arch/ppc64/oprofile/op_model_power4.c 2004-08-15 05:54:46.923754121 +1000
@@ -17,7 +17,7 @@
#include <asm/systemcfg.h>
#include <asm/rtas.h>
-#define dbg(args...) printk(args)
+#define dbg(args...)
#include "op_impl.h"
diff -puN arch/ppc64/oprofile/op_model_rs64.c~oprofile-2 arch/ppc64/oprofile/op_model_rs64.c
--- linux-2.5/arch/ppc64/oprofile/op_model_rs64.c~oprofile-2 2004-08-15 05:54:59.089584057 +1000
+++ linux-2.5-anton/arch/ppc64/oprofile/op_model_rs64.c 2004-08-15 05:55:04.913502591 +1000
@@ -15,7 +15,7 @@
#include <asm/processor.h>
#include <asm/cputable.h>
-#define dbg(args...) printk(args)
+#define dbg(args...)
#include "op_impl.h"
_
** Sent via the linuxppc64-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc64-dev
mailing list