patch-2.4.6 linux/arch/mips/lib/memset.S
Next file: linux/arch/mips/lib/rtc-no.c
Previous file: linux/arch/mips/lib/kbd-std.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Mon Jul 2 13:56:40 2001
- Orig file:
v2.4.5/linux/arch/mips/lib/memset.S
- Orig date:
Tue Dec 5 23:15:12 2000
diff -u --recursive --new-file v2.4.5/linux/arch/mips/lib/memset.S linux/arch/mips/lib/memset.S
@@ -54,6 +54,7 @@
1:
EXPORT(__bzero)
+ .type __bzero, @function
sltiu t0, a2, 4 /* very small region? */
bnez t0, small_memset
andi t0, a0, 3 /* aligned? */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)