• Paul E. McKenney's avatar
    rcu: Move rcu_cpu_started per-CPU variable to rcu_data · c0f97f20
    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: default avatarPaul E. McKenney <paulmck@kernel.org>
    c0f97f20
tree.h 19.4 KB