projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f086f23
)
Blackfin arch: Fix typo. it should be _outsw_8
author
Bryan Wu
<cooloney@kernel.org>
Tue, 20 May 2008 08:45:29 +0000
(16:45 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Tue, 20 May 2008 08:45:29 +0000
(16:45 +0800)
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/lib/outs.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/lib/outs.S
b/arch/blackfin/lib/outs.S
index 3daf96035bf66ca99b92f5459e1c851724e5c30d..4685b7aa00806a7722083e0a117184082ddf5cef 100644
(file)
--- a/
arch/blackfin/lib/outs.S
+++ b/
arch/blackfin/lib/outs.S
@@
-76,4
+76,4
@@
ENTRY(_outsw_8)
R0 = R0 + R1;
.Lword8_loop_e: W[P0] = R0;
RTS;
-ENDPROC(_outsw)
+ENDPROC(_outsw
_8
)