commit | ba93483f8c997f1a3fc0a6677f41e8556ae3eba6 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Oct 26 09:58:31 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Oct 26 09:58:31 2009 +0900 |
tree | 133c41781c2ccf61892b00b2e94c7dcc27ec8e7b | |
parent | 964fe080d94db82a3268443e9b9ece4c60246414 [diff] |
sh: __irq_entry annotate do_IRQ(). This adds an __irq_entry annotation for do_IRQ() so that the IRQ annotation in the function graph tracer works as advertized. We already have the IRQENTRY section wired up, so this is just a trivial addition to actually make use of it. Signed-off-by: Paul Mundt <lethal@linux-sh.org>