commit | 586dd56a4c17611e3927c9ff02ab8d0a6a545b38 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Feb 11 12:28:06 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Feb 17 14:56:07 2014 -0800 |
tree | 7efa91e04d699f89b736dd642eeb183ef0e92b9d | |
parent | 449f7413c876a229fd95362cc12bc7ade18d0661 [diff] |
Documentation/memory-barriers.txt: Conditional must use prior load 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>