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/mips64 | |
parent | e3eb7ee2ae9c639081e5c3209930582d7a1717c0 (diff) |
Declare __bzero as function for mainline also.
Diffstat (limited to 'arch/mips64')
-rw-r--r-- | arch/mips64/lib/memset.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/lib/memset.S b/arch/mips64/lib/memset.S index ca5218210..fdb30700c 100644 --- a/arch/mips64/lib/memset.S +++ b/arch/mips64/lib/memset.S @@ -52,6 +52,7 @@ LEAF(memset) 1: FEXPORT(__bzero) + .type __bzero, @function sltiu t0, a2, 8 /* very small region? */ bnez t0, small_memset andi t0, a0, 7 /* aligned? */ |