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:
7240f1f
)
[ARM] 3115/1: small optimizations to exception vector entry code
author
Nicolas Pitre
<nico@cam.org>
Sun, 6 Nov 2005 14:42:37 +0000
(14:42 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 6 Nov 2005 14:42:37 +0000
(14:42 +0000)
Patch from Nicolas Pitre
Since we know the value of cpsr on entry, we can replace the bic+orr with
a single eor. Also remove a possible result delay (at least on XScale).
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found