patch-2.3.99-pre2 linux/arch/sparc64/lib/VIScopy.S
Next file: linux/arch/sparc64/lib/atomic.S
Previous file: linux/arch/sparc64/kernel/unaligned.c
Back to the patch index
Back to the overall index
-  Lines: 26
-  Date:
Thu Mar 16 11:40:17 2000
-  Orig file: 
v2.3.99-pre1/linux/arch/sparc64/lib/VIScopy.S
-  Orig date: 
Mon Aug  2 22:07:16 1999
diff -u --recursive --new-file v2.3.99-pre1/linux/arch/sparc64/lib/VIScopy.S linux/arch/sparc64/lib/VIScopy.S
@@ -1,4 +1,4 @@
-/* $Id: VIScopy.S,v 1.21 1999/07/30 09:35:35 davem Exp $
+/* $Id: VIScopy.S,v 1.22 2000/03/16 16:44:38 davem Exp $
  * VIScopy.S: High speed copy operations utilizing the UltraSparc
  *            Visual Instruction Set.
  *
@@ -304,6 +304,9 @@
 		.type			bcopy,@function
 
 #ifdef __KERNEL__
+		.globl			__memcpy_begin
+__memcpy_begin:
+
 		.globl			__memcpy
 		.type			__memcpy,@function
 
@@ -1001,6 +1004,9 @@
 	FPU_RETL
 
 #ifdef __KERNEL__
+	.globl		__memcpy_end
+__memcpy_end:
+
 		.section	.fixup
 		.align		4
 VIScopyfixup_reto2:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)