rcu: Remove rsp parameter from rcu_stall_kick_kthreads()
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:02:57 +0000 (16:02 -0700)
commite1741c69d427596c67639b25f1309836e001c224
treedb84c829777d0ea9bc5598e10befb7790fab2fad
parent33dbdbf02538e8f088f83a89de68436da590ce76
rcu: Remove rsp parameter from rcu_stall_kick_kthreads()

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

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