X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=arch%2Fsparc%2Flib%2FNGcopy_to_user.S;fp=arch%2Fsparc%2Flib%2FNGcopy_to_user.S;h=5c358afd464e24f3513cb6716f2983ca9f201dff;hp=ff630dcb273c9649de6fc9e145fce42e72667787;hb=04ed7d9c78c7497146eb760377d031ffd1c91fb5;hpb=2a26d99b251b8625d27aed14e97fc10707a3a81f diff --git a/arch/sparc/lib/NGcopy_to_user.S b/arch/sparc/lib/NGcopy_to_user.S index ff630dcb273c..5c358afd464e 100644 --- a/arch/sparc/lib/NGcopy_to_user.S +++ b/arch/sparc/lib/NGcopy_to_user.S @@ -3,11 +3,11 @@ * Copyright (C) 2006, 2007 David S. Miller (davem@davemloft.net) */ -#define EX_ST(x) \ +#define EX_ST(x,y) \ 98: x; \ .section __ex_table,"a";\ .align 4; \ - .word 98b, __ret_one_asi;\ + .word 98b, y; \ .text; \ .align 4;