[SPARC64]: Mark __ex_table section correctly.
[deliverable/linux.git] / arch / sparc64 / lib / csum_copy_to_user.S
index c2f9463ea1e26dccb5383610fc33110ebd3fffd6..d5b12f441f0263e82663240807f7521f35c2f8d0 100644 (file)
@@ -9,7 +9,7 @@
        .align 4;               \
 99:    retl;                   \
         mov    -1, %o0;        \
-       .section __ex_table;    \
+       .section __ex_table,"a";\
        .align 4;               \
        .word 98b, 99b;         \
        .text;                  \
This page took 0.026054 seconds and 5 git commands to generate.