commit | efdcd51a4d5bd355796b1a757ff0355bb09ed394 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Aug 04 11:49:34 2014 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Sep 07 16:15:52 2014 -0700 |
tree | c8b39a7b01980753ff864c7a28bc9ac0ae180701 | |
parent | 5646f7acc95f14873f1ec715380c1c493b4243ce [diff] |
memory-barriers: Retain barrier() in fold-to-zero example The transformation in the fold-to-zero example incorrectly omits the barrier() directive. This commit therefore adds it back in. Reported-by: Pranith Kumar <pranith@gatech.edu> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>