-
Paul E. McKenney authored
When the rcu_cpu_started per-CPU variable was added by commit f64c6013 ("rcu/x86: Provide early rcu_cpu_starting() callback"), there were multiple sets of per-CPU rcu_data structures. Therefore, the rcu_cpu_started flag was added as a separate per-CPU variable. But now there is only one set of per-CPU rcu_data structures, so this commit moves rcu_cpu_started to a new ->cpu_started field in that structure. Signed-off-by:
Paul E. McKenney <paulmck@kernel.org>
c0f97f20