[ARM] 3115/1: small optimizations to exception vector entry code
authorNicolas Pitre <nico@cam.org>
Sun, 6 Nov 2005 14:42:37 +0000 (14:42 +0000)
committerRussell 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