From: Paul E. McKenney Date: Wed, 2 Sep 2009 21:01:24 +0000 (-0700) Subject: rcu: Move end of special early-boot RCU operation earlier X-Git-Tag: v2.6.32-rc1~724^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7db905e636f08ea5bc9825c1f73d77802e8ccad5;p=pandora-kernel.git rcu: Move end of special early-boot RCU operation earlier Ingo was getting warnings from rcu_scheduler_starting() indicating that context switches had occurred before RCU ended its special early-boot handling of grace periods. This is a dangerous condition, as it indicates that RCU might have prematurely ended grace periods. This exploratory fix moves rcu_scheduler_starting() earlier in boot. Reported-by: Ingo Molnar Signed-off-by: Paul E. McKenney Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed