microblaze/irqs: Do not trace arch_local_{*,irq_*} functions
commita2f526994e92ea54be181efccda261c4b1a6ae8d
authorSteven Rostedt <srostedt@redhat.com>
Sat, 2 Jul 2011 03:04:40 +0000 (1 23:04 -0400)
committerMichal Simek <monstr@monstr.eu>
Mon, 25 Jul 2011 07:07:45 +0000 (25 09:07 +0200)
treee8bae84b519b91983d9b03dc627d910e97083370
parent02f8c6aee8df3cdc935e9bdd4f2d020306035dbe
microblaze/irqs: Do not trace arch_local_{*,irq_*} functions

Do not trace arch_local_save_flags(), arch_local_irq_*() and friends.
Although they are marked inline, gcc may still make a function out of
them and add it to the pool of functions that are traced by the function
tracer. This can cause undesirable results (kernel panic, triple faults,
etc).

Add the notrace notation to prevent them from ever being traced.

Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
arch/microblaze/include/asm/irqflags.h