Re: [PATCH] powerpc/ftrace: Use pr_devel() in ftrace.c

2009-05-15 Thread Michael Ellerman
On Thu, 2009-05-14 at 11:49 -0400, Steven Rostedt wrote: I'm fine with this patch, but it should go via the PPC tree. Yep, it went To linux-ppc, CC you - so that's the plan, I'll nag Ben to pick it up. Acked-by: Steven Rostedt rost...@goodmis.org Thanks for the ack. cheers signature.asc

[PATCH] powerpc/ftrace: Use pr_devel() in ftrace.c

2009-05-14 Thread Michael Ellerman
pr_debug() can now result in code being generated even when #DEBUG is not defined. That's not really desirable in the ftrace code which we want to be snappy. With CONFIG_DYNAMIC_DEBUG=y: size before: textdata bss dec hex filename 3334 672 44010 faa

Re: [PATCH] powerpc/ftrace: Use pr_devel() in ftrace.c

2009-05-14 Thread Steven Rostedt
I'm fine with this patch, but it should go via the PPC tree. Acked-by: Steven Rostedt rost...@goodmis.org -- Steve On Thu, 14 May 2009, Michael Ellerman wrote: pr_debug() can now result in code being generated even when #DEBUG is not defined. That's not really desirable in the ftrace code