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

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

diff -u --recursive --new-file v2.1.42/linux/arch/sparc64/lib/memset.S linux/arch/sparc64/lib/memset.S
@@ -17,15 +17,15 @@
 99:	ba,pt	%xcc, 30f;			\
 	 a, b, %o0;				\
 	.section __ex_table,z##alloc;		\
-	.align	4;				\
-	.word	98b, 99b;			\
+	.align	8;				\
+	.xword	98b, 99b;			\
 	.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