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:
40f0b90
)
ARM: entry: no need to reload the SPSR value from struct pt_regs
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 26 Jun 2011 11:47:08 +0000
(12:47 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 2 Jul 2011 09:56:12 +0000
(10:56 +0100)
The SVC IRQ, prefetch and data abort handlers preserve the SPSR value
via r5 across the exception. Rather than re-loading it from pt_regs,
use the preserved value instead.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/entry-armv.S
patch
|
blob
|
history
diff --cc
arch/arm/kernel/entry-armv.S
Simple merge