patch-2.1.19 linux/include/asm-sparc/bitops.h
Next file: linux/include/asm-sparc/cache.h
Previous file: linux/include/asm-sparc/atomic.h
Back to the patch index
Back to the overall index
- Lines: 56
- Date:
Mon Dec 30 11:59:59 1996
- Orig file:
v2.1.18/linux/include/asm-sparc/bitops.h
- Orig date:
Mon Dec 30 15:39:15 1996
diff -u --recursive --new-file v2.1.18/linux/include/asm-sparc/bitops.h linux/include/asm-sparc/bitops.h
@@ -1,4 +1,4 @@
-/* $Id: bitops.h,v 1.40 1996/12/23 05:28:49 davem Exp $
+/* $Id: bitops.h,v 1.41 1996/12/28 18:14:25 davem Exp $
* bitops.h: Bit string operations on the Sparc.
*
* Copyright 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -104,9 +104,6 @@
mask = 1 << (nr & 31);
__asm__ __volatile__("
rd %%psr, %%g3
- nop
- nop
- nop
andcc %%g3, %3, %%g0
bne 1f
nop
@@ -143,9 +140,6 @@
mask = 1 << (nr & 31);
__asm__ __volatile__("
rd %%psr, %%g3
- nop
- nop
- nop
andcc %%g3, %3, %%g0
bne 1f
nop
@@ -182,9 +176,6 @@
mask = 1 << (nr & 31);
__asm__ __volatile__("
rd %%psr, %%g3
- nop
- nop
- nop
andcc %%g3, %3, %%g0
bne 1f
nop
@@ -335,9 +326,6 @@
mask = 1 << (nr & 0x07);
__asm__ __volatile__("
rd %%psr, %%g3
- nop
- nop
- nop
andcc %%g3, %3, %%g0
bne 1f
nop
@@ -374,9 +362,6 @@
mask = 1 << (nr & 0x07);
__asm__ __volatile__("
rd %%psr, %%g3
- nop
- nop
- nop
andcc %%g3, %3, %%g0
bne 1f
nop
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov