commit | 4c5273bf2b5ed9b585e470dda19c09c875a9fbbd | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Aug 03 21:00:38 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:51 2018 -0700 |
tree | 7cd50d603a46df7a6d677360ae1e6dc6b0b47a65 | |
parent | 2dba13f0b6c2b26ff371b8927ac58d20a7d94713 [diff] |
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>