patch-2.1.115 linux/arch/mips/lib/csum_partial.S
Next file: linux/arch/mips/lib/csum_partial_copy.S
Previous file: linux/arch/mips/lib/csum.S
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Aug 4 16:06:57 1998
- Orig file:
v2.1.114/linux/arch/mips/lib/csum_partial.S
- Orig date:
Fri May 8 23:14:43 1998
diff -u --recursive --new-file v2.1.114/linux/arch/mips/lib/csum_partial.S linux/arch/mips/lib/csum_partial.S
@@ -1,14 +1,13 @@
-/*
+/* $Id: csum_partial.S,v 1.2 1998/05/08 01:44:20 ralf Exp $
+ *
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1998 Ralf Baechle
- *
- * $Id: csum_partial.S,v 1.1 1998/05/04 09:18:08 ralf Exp $
*/
-#include <sys/asm.h>
-#include <sys/regdef.h>
+#include <asm/asm.h>
+#include <asm/regdef.h>
#define ADDC(sum,reg) \
addu sum, reg; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov