commit | 7999d8d7a611bee902446939952859caf1367c25 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sun Jun 25 11:17:23 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jun 25 11:17:23 2006 +0100 |
tree | 98dd4b81951f25b60012f2d91203fab3e0fd9010 | |
parent | dfd8317d3340f03bc06eba6b58f0ec0861da4a13 [diff] [blame] |
[ARM] Remove RETINSTR macro RETINSTR is a left-over from the days when we had 26-bit and 32-bit CPU support integrated into the same tree. Since this is no longer the case, we can now remove RETINSTR. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/lib/memchr.S b/arch/arm/lib/memchr.S index ac34fe5..e7ab1ea 100644 --- a/arch/arm/lib/memchr.S +++ b/arch/arm/lib/memchr.S
@@ -22,4 +22,4 @@ bne 1b sub r0, r0, #1 2: movne r0, #0 - RETINSTR(mov,pc,lr) + mov pc, lr