]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/lib/muldi3.S
ARM: DaVinci: evm sets up many devices
[linux-2.6-omap-h63xx.git] / arch / arm / lib / muldi3.S
index c7fbdf005319ebda1060f1f891e32c50b88c831f..d89c60615794e7a72c4f5614837939ed0735d62d 100644 (file)
 #endif
 
 ENTRY(__muldi3)
+ENTRY(__aeabi_lmul)
 
        mul     xh, yl, xh
        mla     xh, xl, yh, xh
-       mov     ip, xl, asr #16
-       mov     yh, yl, asr #16
+       mov     ip, xl, lsr #16
+       mov     yh, yl, lsr #16
        bic     xl, xl, ip, lsl #16
        bic     yl, yl, yh, lsl #16
        mla     xh, yh, ip, xh