rcu: Remove rsp parameter from record_gp_stall_check_time()
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:55 +0000 (16:02 -0700)
commitad3832e974eba3b6d253d60a28eac2f2da7ea7ff
tree158ae0d5d6c720f0bce3f90fa8a82485b8adc3b8
parent336a4f6c451e488b5388a2593fa20f7192706c7b
rcu: Remove rsp parameter from record_gp_stall_check_time()

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

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