From: Clark Williams Date: Sat, 13 Sep 2014 02:21:09 +0000 (-0500) Subject: rcu: Unify boost and kthread priorities X-Git-Tag: omap-for-v3.19/fixes-rc1~168^2^2^6~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21871d7eff2c96ae67e18e00adf59d56940e2fcc;p=pandora-kernel.git rcu: Unify boost and kthread priorities Rename CONFIG_RCU_BOOST_PRIO to CONFIG_RCU_KTHREAD_PRIO and use this value for both the per-CPU kthreads (rcuc/N) and the rcu boosting threads (rcub/n). Also, create the module_parameter rcutree.kthread_prio to be used on the kernel command line at boot to set a new value (rcutree.kthread_prio=N). Signed-off-by: Clark Williams [ paulmck: Ported to rcu/dev, applied Paul Bolle and Peter Zijlstra feedback. ] Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed