ftrace: fix hardirq header for non ftrace archs
authorSteven Rostedt <rostedt@goodmis.org>
Fri, 31 Oct 2008 13:36:38 +0000 (09:36 -0400)
committerIngo Molnar <mingo@elte.hu>
Mon, 3 Nov 2008 10:03:43 +0000 (11:03 +0100)
Impact: build fix for non-ftrace architectures

Not all archs implement ftrace, and therefore do not have an asm/ftrace.h.
This patch corrects the problem.

The ftrace_nmi_enter/exit now must be defined for all archs that implement
dynamic ftrace. Currently, only x86 does.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found