patch-2.3.99-pre6 linux/arch/sparc/lib/bitops.S
Next file: linux/arch/sparc/lib/copy_user.S
Previous file: linux/arch/sparc/lib/atomic.S
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Apr 14 09:37:09 2000
- Orig file:
v2.3.99-pre5/linux/arch/sparc/lib/bitops.S
- Orig date:
Thu Apr 22 19:24:51 1999
diff -u --recursive --new-file v2.3.99-pre5/linux/arch/sparc/lib/bitops.S linux/arch/sparc/lib/bitops.S
@@ -10,6 +10,9 @@
.text
.align 4
+ .globl __bitops_begin
+__bitops_begin:
+
/* Take bits in %g2 and set them in word at %g1,
* return whether bits were set in original value
* in %g2. %g4 holds value to restore into %o7
@@ -159,3 +162,6 @@
nop; nop; nop
jmpl %o7, %g0
mov %g4, %o7
+
+ .globl __bitops_end
+__bitops_end:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)