aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib/divide.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/lib/divide.S')
-rw-r--r--arch/alpha/lib/divide.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/lib/divide.S b/arch/alpha/lib/divide.S
index 2d1a0484a99e..1e33bd127621 100644
--- a/arch/alpha/lib/divide.S
+++ b/arch/alpha/lib/divide.S
@@ -45,6 +45,7 @@
45 * $28 - compare status 45 * $28 - compare status
46 */ 46 */
47 47
48#include <asm/export.h>
48#define halt .long 0 49#define halt .long 0
49 50
50/* 51/*
@@ -151,6 +152,7 @@ ufunction:
151 addq $30,STACK,$30 152 addq $30,STACK,$30
152 ret $31,($23),1 153 ret $31,($23),1
153 .end ufunction 154 .end ufunction
155EXPORT_SYMBOL(ufunction)
154 156
155/* 157/*
156 * Uhh.. Ugly signed division. I'd rather not have it at all, but 158 * Uhh.. Ugly signed division. I'd rather not have it at all, but
@@ -193,3 +195,4 @@ sfunction:
193 addq $30,STACK,$30 195 addq $30,STACK,$30
194 ret $31,($23),1 196 ret $31,($23),1
195 .end sfunction 197 .end sfunction
198EXPORT_SYMBOL(sfunction)