summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/strchr.S
diff options
context:
space:
mode:
authorRussell King2006-06-25 12:17:23 +0200
committerRussell King2006-06-25 12:17:23 +0200
commit7999d8d7a611bee902446939952859caf1367c25 (patch)
tree98dd4b81951f25b60012f2d91203fab3e0fd9010 /arch/arm/lib/strchr.S
parentMerge master.kernel.org:/home/rmk/linux-2.6-arm (diff)
downloadkernel-qcow2-linux-7999d8d7a611bee902446939952859caf1367c25.tar.gz
kernel-qcow2-linux-7999d8d7a611bee902446939952859caf1367c25.tar.xz
kernel-qcow2-linux-7999d8d7a611bee902446939952859caf1367c25.zip
[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>
Diffstat (limited to 'arch/arm/lib/strchr.S')
-rw-r--r--arch/arm/lib/strchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lib/strchr.S b/arch/arm/lib/strchr.S
index 5b9b493733fc..9f18d6fdee6a 100644
--- a/arch/arm/lib/strchr.S
+++ b/arch/arm/lib/strchr.S
@@ -23,4 +23,4 @@ ENTRY(strchr)
teq r2, r1
movne r0, #0
subeq r0, r0, #1
- RETINSTR(mov,pc,lr)
+ mov pc, lr