Home
last modified time | relevance | path

Searched hist:a2f52699 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/microblaze/include/asm/
H A Dirqflags.ha2f52699 Fri Jul 01 22:04:40 CDT 2011 Steven Rostedt <srostedt@redhat.com> 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>
a2f52699 Fri Jul 01 22:04:40 CDT 2011 Steven Rostedt <srostedt@redhat.com> 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>