]> err.no Git - linux-2.6/blobdiff - arch/arm/lib/muldi3.S
x86: printk kernel version in WARN_ON and other dump_stack users
[linux-2.6] / 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