diff options
| author | Paul E. McKenney <[email protected]> | 2021-07-22 23:47:42 +0000 |
|---|---|---|
| committer | Paul E. McKenney <[email protected]> | 2021-09-13 23:32:46 +0000 |
| commit | 9424b867a759febc2b67b6777bfa27f0f830d437 (patch) | |
| tree | 8560dba0f9f26d64ab532dcbec8bda397ba585f7 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
| parent | rcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqp (diff) | |
| download | kernel-9424b867a759febc2b67b6777bfa27f0f830d437.tar.gz kernel-9424b867a759febc2b67b6777bfa27f0f830d437.zip | |
rcu: Eliminate rcu_implicit_dynticks_qs() local variable ruqp
The rcu_implicit_dynticks_qs() function's local variable ruqp references
the ->rcu_urgent_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 couple of lines of code by replacing each instance of ruqp with
&rdp->need_heavy_qs.
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions
