rcu: Remove rsp parameter from rcu_gp_slow()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 4 Jul 2018 00:22:34 +0000 (17:22 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 30 Aug 2018 23:03:03 +0000 (16:03 -0700)
commit22212332c1f37da35e0d841b1e06421a4956e1ea
treee9c28d03e6125e12dd650d2da350d75c25dbdb78
parent15cabdffbbf629f2588612f092bdb37dfa16cc79
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>
kernel/rcu/tree.c