summaryrefslogtreecommitdiff
path: root/arch/sparc/lib/mul.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/lib/mul.S')
-rw-r--r--arch/sparc/lib/mul.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/lib/mul.S b/arch/sparc/lib/mul.S
index 83dffbc2f62f..da693560d878 100644
--- a/arch/sparc/lib/mul.S
+++ b/arch/sparc/lib/mul.S
@@ -16,7 +16,9 @@
*/
.globl .mul
+ .globl _Mul
.mul:
+_Mul: /* needed for export */
mov %o0, %y ! multiplier -> Y
andncc %o0, 0xfff, %g0 ! test bits 12..31
be Lmul_shortway ! if zero, can do it the short way