rcu: Switch dyntick nesting counters to rcu_data structure
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 4 Aug 2018 04:00:38 +0000 (21:00 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 30 Aug 2018 23:03:51 +0000 (16:03 -0700)
commit4c5273bf2b5ed9b585e470dda19c09c875a9fbbd
tree7cd50d603a46df7a6d677360ae1e6dc6b0b47a65
parent2dba13f0b6c2b26ff371b8927ac58d20a7d94713
rcu: Switch dyntick nesting counters to rcu_data structure

This commit removes ->dynticks_nesting and ->dynticks_nmi_nesting from
the rcu_dynticks structure and updates the code to access them from the
rcu_data structure.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c
kernel/rcu/tree.h
kernel/rcu/tree_plugin.h