commit | ec9f5835f74cba5cc2285d3032bb2b16afc312c3 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jul 05 16:26:12 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:22 2018 -0700 |
tree | 070db288cc495734c5772efb14bf0303c2f05c69 | |
parent | 67a0edbf3c4dfcf3d20dafaff0d8c1c0ed44c292 [diff] |
rcu: Eliminate RCU-barrier use of rsp Now that there is only one rcu_state structure, there is less point in maintaining a pointer to it. This commit therefore replaces rsp with &rcu_state in rcu_barrier_callback(), rcu_barrier_func(), and _rcu_barrier(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>