mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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>
This commit is contained in:
@@ -44,7 +44,6 @@ bool rcu_gp_might_be_stalled(void);
|
||||
struct rcu_gp_oldstate {
|
||||
unsigned long rgos_norm;
|
||||
unsigned long rgos_exp;
|
||||
unsigned long rgos_polled;
|
||||
};
|
||||
|
||||
unsigned long start_poll_synchronize_rcu_expedited(void);
|
||||
|
||||
Reference in New Issue
Block a user