arm/arm64: implement a boot header capability
[oweals/u-boot.git] / arch / arm / lib / div64.S
index a42a0f0a18876893fa89de4748f359ac7e657501..b417db222d6b02ca121e5796dee744f806630f02 100644 (file)
@@ -45,6 +45,7 @@
  * Clobbered regs: xl, ip
  */
 
+.pushsection .text.__do_div64, "ax"
 ENTRY(__do_div64)
 UNWIND(.fnstart)
 
@@ -210,3 +211,4 @@ Ldiv0_64:
 
 UNWIND(.fnend)
 ENDPROC(__do_div64)
+.popsection