From: Paul E. McKenney Date: Thu, 3 May 2012 22:38:10 +0000 (-0700) Subject: rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variables X-Git-Tag: v3.5-rc1~164^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98248a0e24327bc64eb7518145c44bff7bebebc3;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed