From: Steven Rostedt Date: Fri, 6 Feb 2009 03:30:07 +0000 (-0500) Subject: ftrace, x86: rename in_nmi variable X-Git-Tag: v2.6.30-rc1~2^2~124^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e6ea1440c67de32d7c89aacf233472dfc3bce82;p=pandora-kernel.git ftrace, x86: rename in_nmi variable Impact: clean up The in_nmi variable in x86 arch ftrace.c is a misnomer. Andrew Morton pointed out that the in_nmi variable is incremented by all CPUS. It can be set when another CPU is running an NMI. Since this is actually intentional, the fix is to rename it to what it really is: "nmi_running" Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed