rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()
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:11 +0000 (16:03 -0700)
commit6dbfdc1409cf07accf7c97475c3b58d46daa319b
tree8a53bc548a2573971707d2fa63e9365894b5c1f1
parent81ab59a3ad8656620d7106e855085bc12dc13a4c
rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread()

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_spawn_one_boost_kthread().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.h
kernel/rcu/tree_plugin.h