commit | 67a0edbf3c4dfcf3d20dafaff0d8c1c0ed44c292 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jul 05 16:15:38 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:21 2018 -0700 |
tree | 9723f9acb41f3dab7daa758935a6952e2a2c2cd9 | |
parent | 3c779dfef2c45248c5916e5acb79570649374fd6 [diff] |
rcu: Eliminate quiescent-state and grace-period-nonstart 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_report_qs_rnp(), force_quiescent_state(), and rcu_check_gp_start_stall(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>