From: Steven J. Magnani Date: Mon, 12 Apr 2010 21:01:36 +0000 (-0500) Subject: microblaze: Fix IRQ entry/exit ftracing X-Git-Tag: v2.6.34-rc7~12^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d7961e5be0a259ba87411370f8be7f7da4c0f6;p=pandora-kernel.git 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 Signed-off-by: Michal Simek --- Reading git-diff-tree failed