diff options
Diffstat (limited to 'arch/blackfin/lib/umulsi3_highpart.S')
-rw-r--r-- | arch/blackfin/lib/umulsi3_highpart.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/lib/umulsi3_highpart.S b/arch/blackfin/lib/umulsi3_highpart.S index aac8218fb258..67b799351e3e 100644 --- a/arch/blackfin/lib/umulsi3_highpart.S +++ b/arch/blackfin/lib/umulsi3_highpart.S | |||
@@ -21,3 +21,5 @@ ___umulsi3_highpart: | |||
21 | R1 = PACK(R1.l,R0.h); | 21 | R1 = PACK(R1.l,R0.h); |
22 | R0 = R1 + R2; | 22 | R0 = R1 + R2; |
23 | RTS; | 23 | RTS; |
24 | |||
25 | .size ___umulsi3_highpart, .-___umulsi3_highpart | ||