commit | 7e5e26a3d8ac4bcadb380073dc9604c07a9a6198 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <[email protected]> | Fri Oct 31 09:36:38 2008 -0400 |
committer | Ingo Molnar <[email protected]> | Mon Nov 03 11:03:43 2008 +0100 |
tree | 68f6e0ab79358b198ba9cf404d647d2188146292 | |
parent | 7a895f53cda9d9362c30144e42c124a1ae996b9e [diff] |
ftrace: fix hardirq header for non ftrace archs 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 <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>