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

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

diff -u --recursive --new-file v2.3.99-pre5/linux/arch/sparc/lib/atomic.S linux/arch/sparc/lib/atomic.S
@@ -10,6 +10,9 @@
 	.text
 	.align	4
 
+	.globl  __atomic_begin
+__atomic_begin:
+
 #ifndef __SMP__
 	.globl	___xchg32_sun4c
 ___xchg32_sun4c:
@@ -92,3 +95,6 @@
 	nop; nop; nop;			! Let the bits set
 	jmpl	%o7, %g0		! NOTE: not + 8, see callers in atomic.h
 	 mov	%g4, %o7		! Restore %o7
+
+	.globl  __atomic_end
+__atomic_end:

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