rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variables
authorPaul E. McKenney <paul.mckenney@linaro.org>
Thu, 3 May 2012 22:38:10 +0000 (15:38 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 9 May 2012 21:26:57 +0000 (14:26 -0700)
commit98248a0e24327bc64eb7518145c44bff7bebebc3
tree5ec88465d949558e42e83fd8321c725614c00269
parent21e52e15666323078b8517a4312712579176b56f
rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variables

The current initialization of the RCU_FAST_NO_HZ per-CPU variables makes
needless and fragile assumptions about the initial value of things like
the jiffies counter.  This commit therefore explicitly initializes all of
them that are better started with a non-zero value.  It also adds some
comments describing the per-CPU state variables.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree_plugin.h