commit | 22212332c1f37da35e0d841b1e06421a4956e1ea | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jul 03 17:22:34 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:03 2018 -0700 |
tree | e9c28d03e6125e12dd650d2da350d75c25dbdb78 | |
parent | 15cabdffbbf629f2588612f092bdb37dfa16cc79 [diff] |
rcu: Remove rsp parameter from rcu_gp_slow() There now is only one rcu_state structure in a given build of the Linux kernel, so there is no need to pass it as a parameter to RCU's functions. This commit therefore removes the rsp parameter from rcu_gp_slow(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>