summaryrefslogtreecommitdiff
path: root/mm/rmap.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-07-24 10:47:58 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2011-07-24 10:48:00 +0200
commitf433c4aec9999d1bf2ed8c328196f3b0ad5f75db (patch)
tree8bdce41f37b46bdb9e23638fae5aedc5eff72270 /mm/rmap.c
parent284ecb00644cf28e5f530f92b4f820cb78f023aa (diff)
downloadlinux-3.10-f433c4aec9999d1bf2ed8c328196f3b0ad5f75db.tar.gz
linux-3.10-f433c4aec9999d1bf2ed8c328196f3b0ad5f75db.tar.bz2
linux-3.10-f433c4aec9999d1bf2ed8c328196f3b0ad5f75db.zip
[S390] 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: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'mm/rmap.c')
0 files changed, 0 insertions, 0 deletions