patch-2.4.19 linux-2.4.19/arch/arm/lib/getuser.S

Next file: linux-2.4.19/arch/arm/lib/io-acorn.S
Previous file: linux-2.4.19/arch/arm/lib/ecard.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/arm/lib/getuser.S linux-2.4.19/arch/arm/lib/getuser.S
@@ -80,8 +80,9 @@
 
 	/* fall through */
 
-__get_user_bad:
+__get_user_bad_8:
 	mov	r2, #0
+__get_user_bad:
 	mov	r1, #0
 	mov	r0, #-14
 	mov	pc, lr
@@ -91,6 +92,6 @@
 	.long	2b, __get_user_bad
 	.long	3b, __get_user_bad
 	.long	4b, __get_user_bad
-	.long	5b, __get_user_bad
-	.long	6b, __get_user_bad
+	.long	5b, __get_user_bad_8
+	.long	6b, __get_user_bad_8
 .previous

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