commit | 2456d2a617de0a37a0f8d1e44f4b270172c4f17a | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Aug 13 15:40:02 2014 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Sep 07 16:15:53 2014 -0700 |
tree | 92eef2cfcedc013b96009f099b52f99301bcb499 | |
parent | efdcd51a4d5bd355796b1a757ff0355bb09ed394 [diff] |
memory-barriers: Fix description of 2-legged-if-based control dependencies Sad to say, current compilers really will hoist identical stores from both branches of an "if" statement to precede the conditional. This commit therefore updates the description of control dependencies to reflect this ugly reality. Reported-by: Pranith Kumar <bobby.prani@gmail.com> Reported-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>