patch-2.1.43 linux/arch/sparc64/lib/copy_to_user.S

Next file: linux/arch/sparc64/lib/memset.S
Previous file: linux/arch/sparc64/lib/copy_from_user.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.42/linux/arch/sparc64/lib/copy_to_user.S linux/arch/sparc64/lib/copy_to_user.S
@@ -27,8 +27,8 @@
 	retl;					\
 	 a, b, %o0;				\
 	.section __ex_table,z##alloc;		\
-	.align	4;				\
-	.word	98b, 99b;			\
+	.align	8;				\
+	.xword	98b, 99b;			\
 	.text;					\
 	.align	4
 
@@ -41,23 +41,23 @@
 	retl;					\
 	 a, b, %o0;				\
 	.section __ex_table,z##alloc;		\
-	.align	4;				\
-	.word	98b, 99b;			\
+	.align	8;				\
+	.xword	98b, 99b;			\
 	.text;					\
 	.align	4
 
 #define EXO2(x,y,z) 				\
 98: 	x,##y;					\
 	.section __ex_table,z##alloc;		\
-	.align	4;				\
-	.word	98b, 97f;			\
+	.align	8;				\
+	.xword	98b, 97f;			\
 	.text;					\
 	.align	4
 
 #define EXT(start,end,handler,z) 		\
 	.section __ex_table,z##alloc;		\
-	.align	4;				\
-	.word	start, 0, end, handler;		\
+	.align	8;				\
+	.xword	start, 0, end, handler;		\
 	.text;					\
 	.align	4
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov