git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
449f741
)
Documentation/memory-barriers.txt: Conditional must use prior load
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Tue, 11 Feb 2014 20:28:06 +0000
(12:28 -0800)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Mon, 17 Feb 2014 22:56:07 +0000
(14:56 -0800)
A control dependency consists of a load, a conditional that depends on
that load, and a store. This commit emphasizes this point in the
summary.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
No differences found