rcu: Remove rsp parameter from rcu_check_gp_kthread_starvation()
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:56 +0000 (16:02 -0700)
commit8fd119b6522fea9ba5e68a3aa653f1490778fb25
treeb8a3e9afc2d7a4395732a9e31a6b55d4904d208c
parentad3832e974eba3b6d253d60a28eac2f2da7ea7ff
rcu: Remove rsp parameter from rcu_check_gp_kthread_starvation()

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

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