rcu: Remove rsp parameter from print_cpu_stall()
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:58 +0000 (16:02 -0700)
commit4e8b8e08f931c9378dec9f304f8a170bcf5e70bb
tree8ea740787b47aaa6ba090c651b4c69d7348a50ea
parenta91e7e58b1016cd3ce043ab3dd5cde7a1b098215
rcu: Remove rsp parameter from print_cpu_stall()

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

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