diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-02-26 23:16:26 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-02-26 23:16:26 +0000 |
commit | 577633d33f2dbf8fce9e6e9f57eec629caf9f4c4 (patch) | |
tree | b562dd0e87995a407496cea385ab1b66d0781f18 /arch/mips | |
parent | e3eb7ee2ae9c639081e5c3209930582d7a1717c0 (diff) |
Declare __bzero as function for mainline also.
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/lib/memset.S | 1 |
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? */ |