commit | 3c779dfef2c45248c5916e5acb79570649374fd6 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jul 05 15:54:02 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:21 2018 -0700 |
tree | 00216cc500ee8baca85cc51aafa794bf748673c1 | |
parent | 9cbc5b97029bff2db7fb413d6ce588d38373834c [diff] |
rcu: Eliminate callback-invocation/invocation 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_do_batch(), invoke_rcu_callbacks(), and __call_rcu(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>