rcu: Remove rsp parameter from print_cpu_stall_info()
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:12 +0000 (16:03 -0700)
commitb21ebed951010acccbe9a55337d16cf4da4cce0a
tree8cfd821c4067ec63af29d6d1c1008bb6e48b4ad9
parent6dbfdc1409cf07accf7c97475c3b58d46daa319b
rcu: Remove rsp parameter from print_cpu_stall_info()

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

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