microblaze: Fix IRQ entry/exit ftracing
authorSteven J. Magnani <steve@digidescorp.com>
Mon, 12 Apr 2010 21:01:36 +0000 (16:01 -0500)
committerMichal Simek <monstr@monstr.eu>
Thu, 6 May 2010 09:21:57 +0000 (11:21 +0200)
commite6d7961e5be0a259ba87411370f8be7f7da4c0f6
treeda6efb64339f9dc8bab353ca69a8b28031ee0b1a
parentc86fac4382b3fb238a520ab5f2fa200c6a868b7f
microblaze: Fix IRQ entry/exit ftracing

Function traces on Microblaze don't include IRQ entry and exit arrows,
i.e.

 0)               |                            memcpy_toiovec() {
 0)   ==========> |
 0)               |                              do_IRQ() {
 ...
 0)   <========== |
 0) ! 5414.000 us |                            }

...because do_IRQ() doesn't have the proper attributes.

Signed-off-by: Steven J. Magnani <steve@digidescorp.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/irq.c