Commit 7ecef08
committed
rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure
Because both normal and expedited grace periods increment their respective
counters on their pre-scheduler early boot fastpaths, the rcu_gp_oldstate
structure no longer needs its ->rgos_polled field. This commit therefore
removes this field, shrinking this structure so that it is the same size
as an rcu_head structure.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>1 parent 43ff97c commit 7ecef08
2 files changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3526 | 3526 | | |
3527 | 3527 | | |
3528 | 3528 | | |
3529 | | - | |
3530 | 3529 | | |
3531 | 3530 | | |
3532 | 3531 | | |
| |||
3575 | 3574 | | |
3576 | 3575 | | |
3577 | 3576 | | |
3578 | | - | |
3579 | 3577 | | |
3580 | 3578 | | |
3581 | 3579 | | |
| |||
3727 | 3725 | | |
3728 | 3726 | | |
3729 | 3727 | | |
3730 | | - | |
3731 | | - | |
3732 | | - | |
| 3728 | + | |
3733 | 3729 | | |
3734 | 3730 | | |
3735 | 3731 | | |
| |||
0 commit comments