]> Pileus Git - ~andy/linux/commit
ftrace: split out hardirq ftrace code into own header
authorSteven Rostedt <srostedt@redhat.com>
Thu, 6 Nov 2008 20:55:21 +0000 (15:55 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 6 Nov 2008 21:20:46 +0000 (22:20 +0100)
commit6a60dd121c5b6c2d827e99b38c1326f2600c3891
treed1be280b4a0dba24ca3ec800d6d1ef74c4df85be
parent7e5e26a3d8ac4bcadb380073dc9604c07a9a6198
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 <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/ftrace.h
include/linux/ftrace_irq.h [new file with mode: 0644]
include/linux/hardirq.h