ARM: entry: move IRQ tracing exit into svc_exit
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 28 Mar 2013 12:57:40 +0000 (12:57 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 3 Apr 2013 15:50:13 +0000 (16:50 +0100)
The IRQ tracing exit path is much the same between all SVC mode
exits, so move this into the svc_exit macro.  Use a macro parameter
to identify the IRQ case, which is the only different case there is.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found