ftrace, powerpc: replace debug macro with proper pr_deug
authorSteven Rostedt <srostedt@redhat.com>
Thu, 5 Feb 2009 02:29:03 +0000 (18:29 -0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 22 Feb 2009 23:48:52 +0000 (10:48 +1100)
Impact: cleanup

The PowerPC ftrace code uses a hacked up DEBUGP macro for prints.
This patch converts it to the standard pr_debug.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found