ARM: am33xx: fix typo in spl.h
[oweals/u-boot.git] / arch / arm / lib / muldi3.S
index bc255c522a4d9ad725715b2a94e73d255ce8cd3d..d7c93e702ecfd81c4f8d6b822e03a6779345a9f8 100644 (file)
@@ -23,9 +23,9 @@
 #define yh r3
 #endif
 
+.pushsection .text.__muldi3, "ax"
 ENTRY(__muldi3)
 ENTRY(__aeabi_lmul)
-.pushsection .text.__muldi3, "ax"
 
        mul     xh, yl, xh
        mla     xh, xl, yh, xh
@@ -43,6 +43,6 @@ ENTRY(__aeabi_lmul)
        adc     xh, xh, ip, lsr #16
        ret     lr
 
-.popsection
 ENDPROC(__muldi3)
 ENDPROC(__aeabi_lmul)
+.popsection