Commit 42a4172b authored by David S. Miller's avatar David S. Miller

sparc64: Fix trailing whitespace in NG4 memcpy.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 90192057
......@@ -113,7 +113,7 @@ FUNC_NAME: /* %o0=dst, %o1=src, %o2=len */
and %g1, 0x7, %g1
brz,pt %g1, 51f
sub %o2, %g1, %o2
1: EX_LD(LOAD(ldub, %o1 + 0x00, %g2))
add %o1, 1, %o1
subcc %g1, 1, %g1
......@@ -143,7 +143,7 @@ FUNC_NAME: /* %o0=dst, %o1=src, %o2=len */
and %g1, 0x3f, %g1
brz,pt %g1, .Llarge_aligned
sub %o2, %g1, %o2
1: EX_LD(LOAD(ldx, %o1 + 0x00, %g2))
add %o1, 8, %o1
subcc %g1, 8, %g1
......@@ -287,7 +287,7 @@ FUNC_NAME: /* %o0=dst, %o1=src, %o2=len */
and %g1, 0x7, %g1
brz,pt %g1, 2f
sub %o2, %g1, %o2
1: EX_LD(LOAD(ldub, %o1 + 0x00, %g2))
add %o1, 1, %o1
subcc %g1, 1, %g1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment