summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-02-26 23:16:26 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-02-26 23:16:26 +0000
commit577633d33f2dbf8fce9e6e9f57eec629caf9f4c4 (patch)
treeb562dd0e87995a407496cea385ab1b66d0781f18 /arch/mips
parente3eb7ee2ae9c639081e5c3209930582d7a1717c0 (diff)
Declare __bzero as function for mainline also.
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/lib/memset.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/lib/memset.S b/arch/mips/lib/memset.S
index 0340cc2a1..5868db88c 100644
--- a/arch/mips/lib/memset.S
+++ b/arch/mips/lib/memset.S
@@ -54,6 +54,7 @@ LEAF(memset)
1:
EXPORT(__bzero)
+ .type __bzero, @function
sltiu t0, a2, 4 /* very small region? */
bnez t0, small_memset
andi t0, a0, 3 /* aligned? */