patch-2.4.20 linux-2.4.20/arch/mips/lib/strnlen_user.S

Next file: linux-2.4.20/arch/mips/lib/tinycon.c
Previous file: linux-2.4.20/arch/mips/lib/strlen_user.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips/lib/strnlen_user.S linux-2.4.20/arch/mips/lib/strnlen_user.S
@@ -31,7 +31,7 @@
 	and	v0, a0
 	bltz	v0, fault
 
-EXPORT(__strnlen_user_nocheck_asm)
+FEXPORT(__strnlen_user_nocheck_asm)
 	.type	__strnlen_user_nocheck_asm,@function
 	move	v0, a0
 	addu	a1, a0			# stop pointer
@@ -45,9 +45,5 @@
 	jr	ra
 	END(__strnlen_user_asm)
 
-	.section	__ex_table,"a"
-	PTR		1b, fault
-	.previous
-
 fault:	move	v0, zero
 	jr	ra

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)