patch-2.3.99-pre6 linux/arch/sparc/lib/copy_user.S

Next file: linux/arch/sparc/mm/Makefile
Previous file: linux/arch/sparc/lib/bitops.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/arch/sparc/lib/copy_user.S linux/arch/sparc/lib/copy_user.S
@@ -112,6 +112,9 @@
 	.text
 	.align	4
 
+	.globl  __copy_user_begin
+__copy_user_begin:
+
 	.globl	C_LABEL(__copy_user)
 dword_align:
 	andcc	%o1, 1, %g0
@@ -482,3 +485,6 @@
 	sub	%o0, %g3, %o0
 	ba	fixupretl
 	 add	%g3, %o2, %g3
+
+	.globl  __copy_user_end
+__copy_user_end:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)