summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-07-01 23:04:40 -0400
committerMichal Simek <monstr@monstr.eu>2011-07-25 09:07:45 +0200
commita2f526994e92ea54be181efccda261c4b1a6ae8d (patch)
treee8bae84b519b91983d9b03dc627d910e97083370 /Makefile
parent02f8c6aee8df3cdc935e9bdd4f2d020306035dbe (diff)
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>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions