Skip to content

Commit c6f7e15

Browse files
committed
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull sparc64 csum fix from Al Viro: "Fix for a brown paperbag regression in sparc64" * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: [regression fix] really dumb fuckup in sparc64 __csum_partial_copy() changes
2 parents 1a0e194 + 6220e48 commit c6f7e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/sparc/lib/csum_copy.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
FUNC_NAME: /* %o0=src, %o1=dst, %o2=len */
7272
LOAD(prefetch, %o0 + 0x000, #n_reads)
7373
xor %o0, %o1, %g1
74-
mov 1, %o3
74+
mov -1, %o3
7575
clr %o4
7676
andcc %g1, 0x3, %g0
7777
bne,pn %icc, 95f

0 commit comments

Comments
 (0)