commit | 532c00c97f16a2a8576d453ae13ddc38162faed4 | [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:02:59 2018 -0700 |
tree | bb0ef9c4b2269aa33fcfbe252dc335ef91e7c1f9 | |
parent | 3481f2eab09563456bbc7cb358ad5d151a509064 [diff] |
rcu: Remove rsp parameter from rcu_gp_kthread_wake() 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_gp_kthread_wake(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>