projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[POWERPC] Fix alignment problem in rh_alloc_align() with exact-sized blocks
[linux-2.6]
/
arch
/
arm
/
lib
/
strchr.S
diff --git
a/arch/arm/lib/strchr.S
b/arch/arm/lib/strchr.S
index
5b9b493
..
9f18d6f
100644
(file)
--- 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