From: Paul E. McKenney Date: Tue, 19 Jun 2012 01:36:08 +0000 (-0700) Subject: rcu: Move RCU grace-period initialization into a kthread X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~101^2~1^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3dbec76e5334fbb063987dea14e7b255602d7e4;p=pandora-kernel.git rcu: Move RCU grace-period initialization into a kthread As the first step towards allowing grace-period initialization to be preemptible, this commit moves the RCU grace-period initialization into its own kthread. This is needed to keep large-system scheduling latency at reasonable levels. Also change raw_spin_lock_irqsave() to raw_spin_lock_irq() as suggested by Peter Zijlstra in review comments. Reported-by: Mike Galbraith Reported-by: Dimitri Sivanich Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed