]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit10004e151f3a4d403925b5d15b1cb1b8940ce086
tree136baa2d07413295ac71a873d4a10701a971d083
parent32a96855664c92f2e3fa5394a83614c06fc9ad1d
ARM: entry: move IRQ tracing exit into svc_exit

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>
arch/arm/kernel/entry-armv.S
arch/arm/kernel/entry-header.S