aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib/memset.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/lib/memset.S')
-rw-r--r--arch/sparc/lib/memset.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/lib/memset.S b/arch/sparc/lib/memset.S
index f75e6906df14..bb539b42b088 100644
--- a/arch/sparc/lib/memset.S
+++ b/arch/sparc/lib/memset.S
@@ -9,6 +9,7 @@
9 */ 9 */
10 10
11#include <asm/ptrace.h> 11#include <asm/ptrace.h>
12#include <asm/export.h>
12 13
13/* Work around cpp -rob */ 14/* Work around cpp -rob */
14#define ALLOC #alloc 15#define ALLOC #alloc
@@ -63,6 +64,8 @@ __bzero_begin:
63 64
64 .globl __bzero 65 .globl __bzero
65 .globl memset 66 .globl memset
67 EXPORT_SYMBOL(__bzero)
68 EXPORT_SYMBOL(memset)
66 .globl __memset_start, __memset_end 69 .globl __memset_start, __memset_end
67__memset_start: 70__memset_start:
68memset: 71memset: