ARM: entry: move disable_irq_notrace into svc_exit
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 28 Mar 2013 14:36:05 +0000 (14:36 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 3 Apr 2013 15:50:23 +0000 (16:50 +0100)
All svc exit paths need IRQs off.  Rather than placing this before
every user of svc_exit, combine it into this macro.

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

No differences found