patch-2.4.26 linux-2.4.26/arch/x86_64/lib/csum-copy.S
Next file: linux-2.4.26/arch/x86_64/lib/csum-partial.c
Previous file: linux-2.4.26/arch/x86_64/lib/copy_user.S
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
2004-04-14 06:05:28.000000000 -0700
- Orig file:
linux-2.4.25/arch/x86_64/lib/csum-copy.S
- Orig date:
2003-11-28 10:26:19.000000000 -0800
diff -urN linux-2.4.25/arch/x86_64/lib/csum-copy.S linux-2.4.26/arch/x86_64/lib/csum-copy.S
@@ -44,32 +44,9 @@
.previous
.endm
- .macro ignore L=.Lignore
-30:
- .section __ex_table,"a"
- .align 8
- .quad 30b,\L
- .previous
- .endm
-
-
.globl csum_partial_copy_generic
.p2align 4
csum_partial_copy_generic:
- cmpl $2*64,%edx
- jle .Lignore
-
- ignore
- prefetch 1*64(%rdi)
- ignore
- prefetch 2*64(%rdi)
- ignore
- prefetchw (%rsi)
- ignore
- prefetchw 1*64(%rsi)
- ignore
-
-.Lignore:
subq $7*8,%rsp
movq %rbx,2*8(%rsp)
movq %r12,3*8(%rsp)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)