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

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)