commit | 84585aa8b6ad24e5bdfba9db4a320a6aeed192ab | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Oct 04 15:55:16 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Nov 28 15:51:18 2017 -0800 |
tree | 5a1f2c43c2bb24d8458071b848bc57a52465d81b | |
parent | bd2b879a1ca55486fdb9dcac691bfd3dd79c83d6 [diff] |
rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long Because the ->dynticks_nesting field now only contains the process-based nesting level instead of a value encoding both the process nesting level and the irq "nesting" level, we no longer need a long long, even on 32-bit systems. This commit therefore changes both the ->dynticks_nesting and ->dynticks_nmi_nesting fields to long. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>