diff options
Diffstat (limited to 'arch/sparc/lib/NG2copy_to_user.S')
| -rw-r--r-- | arch/sparc/lib/NG2copy_to_user.S | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/sparc/lib/NG2copy_to_user.S b/arch/sparc/lib/NG2copy_to_user.S index 4bd4093acbb..c477e1594a7 100644 --- a/arch/sparc/lib/NG2copy_to_user.S +++ b/arch/sparc/lib/NG2copy_to_user.S @@ -5,14 +5,9 @@  #define EX_ST(x)		\  98:	x;			\ -	.section .fixup;	\ -	.align 4;		\ -99:	wr	%g0, ASI_AIUS, %asi;\ -	retl;			\ -	 mov	1, %o0;		\  	.section __ex_table,"a";\  	.align 4;		\ -	.word 98b, 99b;		\ +	.word 98b, __retl_one_asi;\  	.text;			\  	.align 4;  |