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

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)