commit | ad3832e974eba3b6d253d60a28eac2f2da7ea7ff | [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:55 2018 -0700 |
tree | 158ae0d5d6c720f0bce3f90fa8a82485b8adc3b8 | |
parent | 336a4f6c451e488b5388a2593fa20f7192706c7b [diff] |
rcu: Remove rsp parameter from record_gp_stall_check_time() 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 record_gp_stall_check_time(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>