patch-2.4.19 linux-2.4.19/arch/mips/lib/strlen_user.S
Next file: linux-2.4.19/arch/mips/lib/strncpy_user.S
Previous file: linux-2.4.19/arch/mips/lib/r3k_dump_tlb.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips/lib/strlen_user.S
- Orig date:
Sat May 13 08:29:14 2000
diff -urN linux-2.4.18/arch/mips/lib/strlen_user.S linux-2.4.19/arch/mips/lib/strlen_user.S
@@ -1,5 +1,4 @@
-/* $Id: strlen_user.S,v 1.3 1999/08/21 22:19:11 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.
@@ -35,7 +34,7 @@
bnez t0, 1b
subu v0, a0
jr ra
- END(__strlen_user_nocheck_asm)
+ END(__strlen_user_asm)
.section __ex_table,"a"
PTR 1b, fault
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)