diff options
Diffstat (limited to 'arch/sparc/lib/umul.S')
| -rw-r--r-- | arch/sparc/lib/umul.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/lib/umul.S b/arch/sparc/lib/umul.S index a784720a8a22..f0e5b20a2536 100644 --- a/arch/sparc/lib/umul.S +++ b/arch/sparc/lib/umul.S | |||
| @@ -21,7 +21,9 @@ | |||
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | .globl .umul | 23 | .globl .umul |
| 24 | .globl _Umul | ||
| 24 | .umul: | 25 | .umul: |
| 26 | _Umul: /* needed for export */ | ||
| 25 | or %o0, %o1, %o4 | 27 | or %o0, %o1, %o4 |
| 26 | mov %o0, %y ! multiplier -> Y | 28 | mov %o0, %y ! multiplier -> Y |
| 27 | 29 | ||
