[SPARC64]: Mark __ex_table section correctly.
[deliverable/linux.git] / arch / sparc64 / lib / csum_copy_from_user.S
index 817ebdae39f8efac9edfa052faaaa1953a6ed822..a22eddbe5dba50c6b9e32535862db7d7c3a3987f 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.040948 seconds and 5 git commands to generate.