patch-2.4.0-test8 linux/arch/arm/lib/uaccess-armo.S

Next file: linux/arch/arm/lib/uaccess.S
Previous file: linux/arch/arm/lib/strrchr.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/arch/arm/lib/uaccess-armo.S linux/arch/arm/lib/uaccess-armo.S
@@ -11,13 +11,6 @@
 
 		.text
 
-#define USER(x...)					\
-9999:		x;					\
-		.section __ex_table,"a";		\
-		.align	3;				\
-		.long	9999b,9001f;			\
-		.previous
-
 		.globl	SYMBOL_NAME(uaccess_user)
 SYMBOL_NAME(uaccess_user):
 		.word	uaccess_user_put_byte

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