diff options
-rw-r--r-- | arch/arc/lib/memcpy-archs.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/lib/memcpy-archs.S b/arch/arc/lib/memcpy-archs.S index 1b2b3acfed52..0cab0b8a57c5 100644 --- a/arch/arc/lib/memcpy-archs.S +++ b/arch/arc/lib/memcpy-archs.S | |||
@@ -206,7 +206,7 @@ unalignedOffby3: | |||
206 | ld.ab r6, [r1, 4] | 206 | ld.ab r6, [r1, 4] |
207 | prefetch [r1, 28] ;Prefetch the next read location | 207 | prefetch [r1, 28] ;Prefetch the next read location |
208 | ld.ab r8, [r1,4] | 208 | ld.ab r8, [r1,4] |
209 | prefetch [r3, 32] ;Prefetch the next write location | 209 | prefetchw [r3, 32] ;Prefetch the next write location |
210 | 210 | ||
211 | SHIFT_1 (r7, r6, 8) | 211 | SHIFT_1 (r7, r6, 8) |
212 | or r7, r7, r5 | 212 | or r7, r7, r5 |