diff options
| author | Paul E. McKenney <[email protected]> | 2018-07-03 15:37:16 -0700 |
|---|---|---|
| committer | Paul E. McKenney <[email protected]> | 2018-08-30 16:02:49 -0700 |
| commit | da1df50d16171f4c65da18093d5b5652423f5b99 (patch) | |
| tree | f7afe8fc7d144227a1282bbfb85343d5e37fba74 /tools/perf/scripts/python | |
| parent | ec5dd444b678b1305d9af34ebb4cca17e0ef88e6 (diff) | |
rcu: Remove rcu_state structure's ->rda field
The rcu_state structure's ->rda field was used to find the per-CPU
rcu_data structures corresponding to that rcu_state structure. But now
there is only one rcu_state structure (creatively named "rcu_state")
and one set of per-CPU rcu_data structures (creatively named "rcu_data").
Therefore, uses of the ->rda field can always be replaced by "rcu_data,
and this commit makes that change and removes the ->rda field.
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions