Smack: remove unneeded NULL-termination from securtity label
[pandora-kernel.git] / Documentation / memory-barriers.txt
index 46412bd..f1dc4a2 100644 (file)
@@ -115,8 +115,8 @@ For example, consider the following sequence of events:
        CPU 1           CPU 2
        =============== ===============
        { A == 1; B == 2 }
-       A = 3;          x = A;
-       B = 4;          y = B;
+       A = 3;          x = B;
+       B = 4;          y = A;
 
 The set of accesses as seen by the memory system in the middle can be arranged
 in 24 different combinations: