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)
commit44e1d064b919cb3a56ef67e0f7e244927be8369a
tree762726075892adea2b60f18e30f63656b9f8aaa4
parent35f88e6b06d024ed25e8ed5420c5c8844b54e1a1
ftrace, powerpc: replace debug macro with proper pr_deug

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>
arch/powerpc/kernel/ftrace.c