commit | 91f63ced7dc4e80acd13386204327d5de00a672d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue May 01 15:05:45 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jul 12 15:39:01 2018 -0700 |
tree | 4c30ccd7ea1a69644291b276d5aa19bd79b60bc2 | |
parent | 77cfc7bf24ba0ba37be54e224007847d485a860f [diff] |
rcu: Replace smp_wmb() with smp_store_release() for stall check This commit gets rid of the smp_wmb() in record_gp_stall_check_time() in favor of an smp_store_release(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>