rcu: Make rcu_implicit_dynticks_qs() locals be correct size
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 30 Jul 2011 14:32:48 +0000 (07:32 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 29 Sep 2011 04:38:32 +0000 (21:38 -0700)
When the ->dynticks field in the rcu_dynticks structure changed to an
atomic_t, its size on 64-bit systems changed from 64 bits to 32 bits.
The local variables in rcu_implicit_dynticks_qs() need to change as
well, hence this commit.

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

Simple merge