patch-2.2.10 linux/arch/i386/lib/checksum.S
Next file: linux/arch/ppc/Makefile
Previous file: linux/arch/i386/kernel/smp.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jun 1 14:05:46 1999
- Orig file:
v2.2.9/linux/arch/i386/lib/checksum.S
- Orig date:
Tue Jan 19 11:32:51 1999
diff -u --recursive --new-file v2.2.9/linux/arch/i386/lib/checksum.S linux/arch/i386/lib/checksum.S
@@ -369,7 +369,7 @@
#define ROUND1(x) \
SRC(movl x(%esi), %ebx ) ; \
- addl %ebx, %eax\n ; \
+ addl %ebx, %eax ; \
DST(movl %ebx, x(%edi) ) ;
#define ROUND(x) \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)