commit | 4e6ea1440c67de32d7c89aacf233472dfc3bce82 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Feb 05 22:30:07 2009 -0500 |
committer | Steven Rostedt <srostedt@redhat.com> | Sat Feb 07 20:01:21 2009 -0500 |
tree | aaa7e3982ec03083144c922078f707e4903aa577 | |
parent | d8b891a2db13c8ed296158d6f8c4e335896d0cef [diff] |
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 <srostedt@redhat.com>