sh: Annotate irq functions with "notrace"
authorMatt Fleming <matt@console-pimps.org>
Mon, 26 Oct 2009 22:19:49 +0000 (22:19 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 26 Oct 2009 22:37:10 +0000 (07:37 +0900)
commit3f375f12ecb9c691dda70bb64b313e55fe6ee4ee
tree45b2d21478dedae3597b4bada0f26da83f4b9b48
parentf72f7876ae0bc0f018fca140e66aa16fedb57d89
sh: Annotate irq functions with "notrace"

Now that SH's irqflags functions are out of line it becomes necessary to
mark them as "notrace" so that we don't try to trace them.

[ Do the same for irq_64.c -- PFM. ]

Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/irq_32.c
arch/sh/kernel/irq_64.c