]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: add notrace annotations for NMI routines
authorSteven Rostedt <srostedt@redhat.com>
Sat, 19 Apr 2008 17:19:55 +0000 (19:19 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Apr 2008 17:19:55 +0000 (19:19 +0200)
commit30946463021e11e8a16cf6cff21d97cf806d0bb7
treea29b8d4cffbd1183158d8d77b869181eaa934ff8
parenta85d74d0525ce48787e4433b0fd336452d083287
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>
arch/x86/kernel/nmi_32.c
arch/x86/kernel/nmi_64.c
arch/x86/kernel/traps_32.c
arch/x86/kernel/traps_64.c