commit | 5deb45e39b946901ae028ccd3a1d0b35fa387475 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Sat Apr 19 19:19:55 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 19 19:19:55 2008 +0200 |
tree | a29b8d4cffbd1183158d8d77b869181eaa934ff8 | |
parent | 4bd01600b214275a80a69b44393d7e81d43c2faa [diff] |
ftrace: add notrace annotations for NMI routines This annotates NMI functions with notrace. Some tracers may be able to live with this, but some cannot. The safest is to turn it off, it's not particularly interesting anyway. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>