From: Steven Rostedt Date: Thu, 26 Jan 2012 01:18:55 +0000 (-0500) Subject: tracing/softirq: Move __raise_softirq_irqoff() out of header X-Git-Tag: v3.4-rc1~192^2~13^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f069686e4bdc60a637d210ea3eea25fcdb82df88;p=pandora-kernel.git tracing/softirq: Move __raise_softirq_irqoff() out of header The __raise_softirq_irqoff() contains a tracepoint. As tracepoints in headers can cause issues, and not to mention, bloats the kernel when they are in a static inline, it is best to move the function that contains the tracepoint out of the header and into softirq.c. Link: http://lkml.kernel.org/r/20120118120711.GB14863@elte.hu Suggested-by: Ingo Molnar Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed