mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-21 14:44:06 +00:00
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
This commit is contained in:
commit
c6f7e1510b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
FUNC_NAME: /* %o0=src, %o1=dst, %o2=len */
|
FUNC_NAME: /* %o0=src, %o1=dst, %o2=len */
|
||||||
LOAD(prefetch, %o0 + 0x000, #n_reads)
|
LOAD(prefetch, %o0 + 0x000, #n_reads)
|
||||||
xor %o0, %o1, %g1
|
xor %o0, %o1, %g1
|
||||||
mov 1, %o3
|
mov -1, %o3
|
||||||
clr %o4
|
clr %o4
|
||||||
andcc %g1, 0x3, %g0
|
andcc %g1, 0x3, %g0
|
||||||
bne,pn %icc, 95f
|
bne,pn %icc, 95f
|
||||||
|
|
Loading…
Add table
Reference in a new issue