]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Unify boost and kthread priorities
authorClark Williams <clark.williams@gmail.com>
Sat, 13 Sep 2014 02:21:09 +0000 (21:21 -0500)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 29 Oct 2014 17:19:41 +0000 (10:19 -0700)
commit2b089e9c8ccff445081ccd4d6767706bcc2cb3db
treee1d6d5c5b7e1f3b70715451c1a04f591293fb474
parent3aa5b6bc0c6f6c6d22f07df48f3ff055cabc84a2
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 <clark.williams@gmail.com>
[ paulmck: Ported to rcu/dev, applied Paul Bolle and Peter Zijlstra feedback. ]
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/kernel-parameters.txt
init/Kconfig
kernel/rcu/tree_plugin.h
tools/testing/selftests/rcutorture/configs/rcu/TREE03
tools/testing/selftests/rcutorture/doc/TREE_RCU-kconfig.txt