commit | 8087d3e3c453a7caad389dbd78a32bf19a536928 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jul 03 17:22:34 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:04 2018 -0700 |
tree | 72cfa8919e836ba820534cef8fd77e6735179dd1 | |
parent | 0854a05c9fa554930174f0fa7453c18f99108a4a [diff] |
rcu: Remove rsp parameter from rcu_check_quiescent_state() 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_quiescent_state(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>