diff options
author | Nobuhiro Iwamatsu <hemamu@t-base.ne.jp> | 2006-09-27 04:50:03 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:50:03 -0400 |
commit | c7afb7e5cbc4baa781ec82731fc9fe9039efee22 (patch) | |
tree | 1a7f7c01354727af39bed2d6ed59af8e4224d1c4 /arch/sh | |
parent | 91550f715b7f7707b5ab5b9b0cd455bda8505954 (diff) |
sh: Fix memcpy() build error on sh4eb.
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/lib/memcpy-sh4.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/lib/memcpy-sh4.S b/arch/sh/lib/memcpy-sh4.S index db6b736537ad..560bc17eebdd 100644 --- a/arch/sh/lib/memcpy-sh4.S +++ b/arch/sh/lib/memcpy-sh4.S | |||
@@ -727,8 +727,8 @@ ENTRY(memcpy) | |||
727 | mov.l @(0x04,r5), r11 ! 18 LS (latency=2) | 727 | mov.l @(0x04,r5), r11 ! 18 LS (latency=2) |
728 | xtrct r9, r8 ! 48 EX | 728 | xtrct r9, r8 ! 48 EX |
729 | 729 | ||
730 | mov.w @(0x02,r5), r12 ! 18 LS (latency=2) | 730 | mov.l @(0x00,r5), r12 ! 18 LS (latency=2) |
731 | xtrct r10, r9 ! 48 EX | 731 | xtrct r10, r9 ! 48 EX |
732 | 732 | ||
733 | movca.l r0,@r1 ! 40 LS (latency=3-7) | 733 | movca.l r0,@r1 ! 40 LS (latency=3-7) |
734 | add #-0x1c, r1 ! 50 EX | 734 | add #-0x1c, r1 ! 50 EX |