From: Steven Rostedt Date: Thu, 6 Nov 2008 20:55:21 +0000 (-0500) Subject: ftrace: split out hardirq ftrace code into own header X-Git-Tag: v2.6.29-rc1~586^2~91^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a60dd121c5b6c2d827e99b38c1326f2600c3891;p=pandora-kernel.git ftrace: split out hardirq ftrace code into own header Impact: moving of function prototypes into own header file ftrace.h is too big of a file for hardirq.h, and some archs will fail to build because of the include dependencies not being met. This patch pulls out the required prototypes for hardirq.h into a smaller and safer ftrace_irq.h file. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed