]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/div64.S
sunxi: Add SUN6I_P2WI kconfig entry
[u-boot] / arch / arm / lib / div64.S
index 5bfb41dff54eda16d88f98d266ee52556e9dd131..b417db222d6b02ca121e5796dee744f806630f02 100644 (file)
@@ -45,9 +45,9 @@
  * Clobbered regs: xl, ip
  */
 
+.pushsection .text.__do_div64, "ax"
 ENTRY(__do_div64)
 UNWIND(.fnstart)
-.pushsection .text.__do_div64, "ax"
 
        @ Test for easy paths first.
        subs    ip, r4, #1
@@ -193,7 +193,6 @@ UNWIND(.fnstart)
        moveq   yh, xh
        moveq   xh, #0
        reteq   lr
-.popsection
 UNWIND(.fnend)
 
 UNWIND(.fnstart)
@@ -212,3 +211,4 @@ Ldiv0_64:
 
 UNWIND(.fnend)
 ENDPROC(__do_div64)
+.popsection