]> Git Repo - linux.git/commit - Documentation/memory-barriers.txt
documentation: Add alternative release-acquire outcome
authorPaul E. McKenney <[email protected]>
Tue, 26 Jan 2016 06:12:34 +0000 (22:12 -0800)
committerPaul E. McKenney <[email protected]>
Mon, 14 Mar 2016 22:52:18 +0000 (15:52 -0700)
commit37ef0341ca60b364dde05239c98b15c999195d8c
treed9c46207ff501a55eec5f5f515f56251b9f9916b
parentc535cc92924baf68e238bd1b5ff8d74883f88b9b
documentation:  Add alternative release-acquire outcome

The memory-barriers.txt discussion of local transitivity and
release-acquire chains leaves out discussion of the outcome of
the read from "u".  This commit therefore adds an outcome showing
that you can get a "1" from this read even if the release-acquire
pairs don't line up.

Reported-by: Will Deacon <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Documentation/memory-barriers.txt
This page took 0.054049 seconds and 4 git commands to generate.