commit | e9ecb780fe7d881ebd290663d5cfb9dd7b5e58f4 | [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:05 2018 -0700 |
tree | 556d6882a2fe4681fddbcc9d67b788cf880d6944 | |
parent | 5bb5d09cc4f868497dfec2f8101f580f2c571816 [diff] |
rcu: Remove rsp parameter from force-quiescent-state functions 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 force_qs_rnp() and force_quiescent_state(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>