]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c9c8afc9a2cfc9a25e07fb571db1e2c6bddbb25
tree762726075892adea2b60f18e30f63656b9f8aaa4
parentc9d817cb7189f52ad41645685d02223871dfea57
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