Skip to content

Commit

Permalink
ARCv2: lib: memcpy: Missing PREFETCHW
Browse files Browse the repository at this point in the history
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
Vineet Gupta committed Jul 20, 2015
1 parent d05a76a commit 21481f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arc/lib/memcpy-archs.S
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ unalignedOffby3:
ld.ab r6, [r1, 4]
prefetch [r1, 28] ;Prefetch the next read location
ld.ab r8, [r1,4]
prefetch [r3, 32] ;Prefetch the next write location
prefetchw [r3, 32] ;Prefetch the next write location

SHIFT_1 (r7, r6, 8)
or r7, r7, r5
Expand Down

0 comments on commit 21481f2

Please sign in to comment.