diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2021-07-22 15:49:05 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2021-09-13 16:32:45 -0700 |
commit | 88ee23ef1c129e40309f4612f80dd74be4590c03 (patch) | |
tree | 32238d27d652415f7c9bd5da3d9d05af54db555a /drivers/rapidio | |
parent | 52b030aa278642194f5d25872c33360013b0167e (diff) | |
download | linux-88ee23ef1c129e40309f4612f80dd74be4590c03.tar.bz2 |
rcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqp
The rcu_implicit_dynticks_qs() function's local variable rnhqp references
the ->rcu_need_heavy_qs field in the rcu_data structure referenced by
the function parameter rdp, with a rather odd method for computing
the pointer to this field. This commit therefore simplifies things
and saves a few lines of code by replacing each instance of rnhqp with
&rdp->need_heavy_qs.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'drivers/rapidio')
0 files changed, 0 insertions, 0 deletions