patch-2.2.18 linux/include/asm-s390/spinlock.h
Next file: linux/include/asm-s390/system.h
Previous file: linux/include/asm-s390/smplock.h
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Wed Nov  8 23:06:17 2000
-  Orig file: 
v2.2.17/include/asm-s390/spinlock.h
-  Orig date: 
Sat Sep  9 18:42:50 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/asm-s390/spinlock.h linux/include/asm-s390/spinlock.h
@@ -97,9 +97,9 @@
         __asm__ __volatile("    bras  1,1f\n"
                            "0:  diag  0,0,68\n"
                            "1:  slr   0,0\n"
-			   "    cs    0,1,%1\n"
+                           "    cs    0,1,%1\n"
                            "    jl    0b\n"
-			   : "=m" (lp->lock)
+                           : "=m" (lp->lock)
                            : "0" (lp->lock) : "0", "1", "cc" );
 }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)