patch-2.4.22 linux-2.4.22/include/asm-ppc/checksum.h
Next file: linux-2.4.22/include/asm-ppc/commproc.h
Previous file: linux-2.4.22/include/asm-ppc/bootx.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-ppc/checksum.h
- Orig date:
2003-06-13 07:51:38.000000000 -0700
diff -urN linux-2.4.21/include/asm-ppc/checksum.h linux-2.4.22/include/asm-ppc/checksum.h
@@ -37,7 +37,7 @@
/* FIXME: this needs to be written to really do no check -- Cort */
#define csum_partial_copy_nocheck(src, dst, len, sum) \
- csum_partial_copy_generic((src), (dst), (len), (sum), 0, 0)
+ csum_partial_copy_generic((src), (dst), (len), (sum), 0, 0)
/*
* Old versions which ignore errors.
*/
@@ -81,7 +81,7 @@
unsigned long daddr,
unsigned short len,
unsigned short proto,
- unsigned int sum)
+ unsigned int sum)
{
__asm__("\n\
addc %0,%0,%1 \n\
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)