]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/memory-barriers.txt
Merge remote-tracking branch 'rcu/rcu/next'
[karo-tx-linux.git] / Documentation / memory-barriers.txt
index ae9d306725bad6f1e9ad48c271d0b5aad141ebc5..57e4a4b053c5b02e4dfe537e1879d9a86bceaf7b 100644 (file)
@@ -1372,6 +1372,10 @@ is possible:
 
        r0 == 0 && r1 == 1 && r2 == 1 && r3 == 0 && r4 == 0
 
+As an aside, the following outcome is also possible:
+
+       r0 == 0 && r1 == 1 && r2 == 1 && r3 == 0 && r4 == 0 && r5 == 1
+
 Although cpu0(), cpu1(), and cpu2() will see their respective reads and
 writes in order, CPUs not involved in the release-acquire chain might
 well disagree on the order.  This disagreement stems from the fact that