projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91550f7
)
sh: Fix memcpy() build error on sh4eb.
author
Nobuhiro Iwamatsu
<hemamu@t-base.ne.jp>
Wed, 27 Sep 2006 08:50:03 +0000
(17:50 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 27 Sep 2006 08:50:03 +0000
(17:50 +0900)
A trivial bug breaking the build on sh4eb.
Signed-off-by: Nobuhiro Iwamatsu <hemamu@t-base.ne.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/lib/memcpy-sh4.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/lib/memcpy-sh4.S
b/arch/sh/lib/memcpy-sh4.S
index db6b736537adf9ff7e46f7aa7d69bd8260a83a19..560bc17eebdd6748d1e49e40730a476b3cbe1c3a 100644
(file)
--- a/
arch/sh/lib/memcpy-sh4.S
+++ b/
arch/sh/lib/memcpy-sh4.S
@@
-727,8
+727,8
@@
ENTRY(memcpy)
mov.l @(0x04,r5), r11 ! 18 LS (latency=2)
xtrct r9, r8 ! 48 EX
- mov.
w @(0x02
,r5), r12 ! 18 LS (latency=2)
- xtrct r10, r9 ! 48 EX
+ mov.
l @(0x00
,r5), r12 ! 18 LS (latency=2)
+ xtrct r10, r9 ! 48 EX
movca.l r0,@r1 ! 40 LS (latency=3-7)
add #-0x1c, r1 ! 50 EX