patch-2.2.15 linux/include/asm-s390/atomic.h
Next file: linux/include/asm-s390/irq.h
Previous file: linux/include/asm-ppc/pgtable.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Apr 21 12:46:49 2000
- Orig file:
v2.2.14/include/asm-s390/atomic.h
- Orig date:
Tue Jan 4 21:19:00 2000
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/include/asm-s390/atomic.h linux/include/asm-s390/atomic.h
@@ -28,7 +28,7 @@
static __inline__ int atomic_read(atomic_t *v)
{
int retval;
- __asm__ __volatile("bcr 15,0\n\t"
+ __asm__ __volatile__("bcr 15,0\n\t"
"l %0,%1"
: "=d" (retval) : "m" (*v) );
return retval;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)