ARM: entry: re-allocate registers in irq entry assembly macros
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 26 Jun 2011 09:34:02 +0000 (10:34 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 2 Jul 2011 09:56:10 +0000 (10:56 +0100)
This avoids the irq entry assembly corrupting r5, thereby allowing it
to be preserved through to the svc exit code.

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

No differences found