rcu: Remove rsp parameter from _rcu_barrier() and friends
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:08 +0000 (16:03 -0700)
commit8344b871b1d575ba630ca57448ea4cbc84daba0f
tree85b62a5c502428d79f40aa1068d3e0ea58421cca
parent98ece508b545bdaa5575ab46c68f17981516f689
rcu: Remove rsp parameter from _rcu_barrier() and friends

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_barrier_trace() and _rcu_barrier().

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