aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/lib/strnlen_user.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/lib/strnlen_user.S')
-rw-r--r--arch/ia64/lib/strnlen_user.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/lib/strnlen_user.S b/arch/ia64/lib/strnlen_user.S
index d09066b1e49d..80a5dfd1d402 100644
--- a/arch/ia64/lib/strnlen_user.S
+++ b/arch/ia64/lib/strnlen_user.S
@@ -13,6 +13,7 @@
13 */ 13 */
14 14
15#include <asm/asmmacro.h> 15#include <asm/asmmacro.h>
16#include <asm/export.h>
16 17
17GLOBAL_ENTRY(__strnlen_user) 18GLOBAL_ENTRY(__strnlen_user)
18 .prologue 19 .prologue
@@ -43,3 +44,4 @@ GLOBAL_ENTRY(__strnlen_user)
43 mov ar.lc=r16 // restore ar.lc 44 mov ar.lc=r16 // restore ar.lc
44 br.ret.sptk.many rp 45 br.ret.sptk.many rp
45END(__strnlen_user) 46END(__strnlen_user)
47EXPORT_SYMBOL(__strnlen_user)