aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib/copy_user.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/lib/copy_user.S')
-rw-r--r--arch/alpha/lib/copy_user.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/lib/copy_user.S b/arch/alpha/lib/copy_user.S
index 6f3fab9eb434..2238068b1b40 100644
--- a/arch/alpha/lib/copy_user.S
+++ b/arch/alpha/lib/copy_user.S
@@ -26,6 +26,8 @@
26 * $1,$2,$3,$4,$5,$6,$7 26 * $1,$2,$3,$4,$5,$6,$7
27 */ 27 */
28 28
29#include <asm/export.h>
30
29/* Allow an exception for an insn; exit if we get one. */ 31/* Allow an exception for an insn; exit if we get one. */
30#define EXI(x,y...) \ 32#define EXI(x,y...) \
31 99: x,##y; \ 33 99: x,##y; \
@@ -143,3 +145,4 @@ $101:
143 ret $31,($28),1 145 ret $31,($28),1
144 146
145 .end __copy_user 147 .end __copy_user
148EXPORT_SYMBOL(__copy_user)