]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commit5deb45e39b946901ae028ccd3a1d0b35fa387475
treea29b8d4cffbd1183158d8d77b869181eaa934ff8
parent4bd01600b214275a80a69b44393d7e81d43c2faa
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