From: Steven Rostedt Date: Fri, 31 Oct 2008 13:36:38 +0000 (-0400) Subject: ftrace: fix hardirq header for non ftrace archs X-Git-Tag: v2.6.29-rc1~586^2~91^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5e26a3d8ac4bcadb380073dc9604c07a9a6198;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed