patch-2.4.7 linux/arch/mips64/lib/memset.S
Next file: linux/arch/mips64/lib/rtc-no.c
Previous file: linux/arch/mips64/lib/memcpy.S
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Wed Jul 4 11:50:39 2001
- Orig file:
v2.4.6/linux/arch/mips64/lib/memset.S
- Orig date:
Tue Dec 5 23:15:12 2000
diff -u --recursive --new-file v2.4.6/linux/arch/mips64/lib/memset.S linux/arch/mips64/lib/memset.S
@@ -52,6 +52,7 @@
1:
FEXPORT(__bzero)
+ .type __bzero, @function
sltiu t0, a2, 8 /* very small region? */
bnez t0, small_memset
andi t0, a0, 7 /* aligned? */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)