diff options
Diffstat (limited to 'arch/arm/lib/clear_user.S')
-rw-r--r-- | arch/arm/lib/clear_user.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/lib/clear_user.S b/arch/arm/lib/clear_user.S index e936352ccb00..b566154f5cf4 100644 --- a/arch/arm/lib/clear_user.S +++ b/arch/arm/lib/clear_user.S | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
11 | #include <asm/assembler.h> | 11 | #include <asm/assembler.h> |
12 | #include <asm/unwind.h> | 12 | #include <asm/unwind.h> |
13 | #include <asm/export.h> | ||
13 | 14 | ||
14 | .text | 15 | .text |
15 | 16 | ||
@@ -50,6 +51,9 @@ USER( strnebt r2, [r0]) | |||
50 | UNWIND(.fnend) | 51 | UNWIND(.fnend) |
51 | ENDPROC(arm_clear_user) | 52 | ENDPROC(arm_clear_user) |
52 | ENDPROC(__clear_user_std) | 53 | ENDPROC(__clear_user_std) |
54 | #ifndef CONFIG_UACCESS_WITH_MEMCPY | ||
55 | EXPORT_SYMBOL(arm_clear_user) | ||
56 | #endif | ||
53 | 57 | ||
54 | .pushsection .text.fixup,"ax" | 58 | .pushsection .text.fixup,"ax" |
55 | .align 0 | 59 | .align 0 |