patch-2.4.0-test2 linux/arch/sparc/lib/memset.S
Next file: linux/arch/sparc/mm/hypersparc.S
Previous file: linux/arch/sparc/kernel/traps.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Jun 19 17:59:38 2000
- Orig file:
v2.4.0-test1/linux/arch/sparc/lib/memset.S
- Orig date:
Mon Mar 17 14:54:22 1997
diff -u --recursive --new-file v2.4.0-test1/linux/arch/sparc/lib/memset.S linux/arch/sparc/lib/memset.S
@@ -55,6 +55,9 @@
.text
.align 4
+ .globl __bzero_begin
+__bzero_begin:
+
.globl C_LABEL(__bzero), C_LABEL(__memset),
.globl C_LABEL(memset)
.globl C_LABEL(__memset_start), C_LABEL(__memset_end)
@@ -193,3 +196,6 @@
mov %i4, %o2
ret
restore
+
+ .globl __bzero_end
+__bzero_end:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)