git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbab1c8
)
ARM: entry: rejig register allocation in exception entry handlers
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 25 Jun 2011 14:44:20 +0000
(15:44 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 30 Jun 2011 10:04:59 +0000
(11:04 +0100)
This allows us to avoid moving registers twice to work around the
clobbered registers when we add calls to trace_hardirqs_{on,off}.
Ensure that all SVC handlers return with SPSR in r5 for consistency.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found