sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.
[firefly-linux-kernel-4.4.55.git] / arch / sparc / lib / NGcopy_to_user.S
index 2d6b33d3998f0ada1548b8ef8a279f3a7a402a8c..5c358afd464e24f3513cb6716f2983ca9f201dff 100644 (file)
@@ -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_mone_asi;\
+       .word 98b, y;           \
        .text;                  \
        .align 4;