aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib/NGbzero.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/lib/NGbzero.S')
-rw-r--r--arch/sparc/lib/NGbzero.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/sparc/lib/NGbzero.S b/arch/sparc/lib/NGbzero.S
index 814d5f7a45e1..beab29bf419b 100644
--- a/arch/sparc/lib/NGbzero.S
+++ b/arch/sparc/lib/NGbzero.S
@@ -6,13 +6,9 @@
#define EX_ST(x,y) \
98: x,y; \
- .section .fixup; \
- .align 4; \
-99: retl; \
- mov %o1, %o0; \
.section __ex_table,"a";\
.align 4; \
- .word 98b, 99b; \
+ .word 98b, __retl_o1; \
.text; \
.align 4;