Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / arch / sparc / lib / U3copy_to_user.S
index ef1e493..c4ee858 100644 (file)
@@ -3,11 +3,19 @@
  * Copyright (C) 1999, 2000, 2004 David S. Miller (davem@redhat.com)
  */
 
-#define EX_ST(x)               \
+#define EX_ST(x,y)             \
 98:    x;                      \
        .section __ex_table,"a";\
        .align 4;               \
-       .word 98b, __retl_one;  \
+       .word 98b, y;           \
+       .text;                  \
+       .align 4;
+
+#define EX_ST_FP(x,y)          \
+98:    x;                      \
+       .section __ex_table,"a";\
+       .align 4;               \
+       .word 98b, y##_fp;      \
        .text;                  \
        .align 4;