]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Wire up RCU_BOOST_PRIO for rcutree
authorMike Galbraith <efault@gmx.de>
Fri, 19 Aug 2011 18:39:11 +0000 (11:39 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 13 Sep 2011 15:46:34 +0000 (08:46 -0700)
commitbb7844ecb1df4be4d2ae065643d44d466d36ca58
treefff1454491e05137e1a76c9e91a4d2fa8ee83a80
parent6f0173298fad69e6a8c46274c4158b17c496521a
rcu: Wire up RCU_BOOST_PRIO for rcutree

RCU boost threads start life at RCU_BOOST_PRIO, while others remain
at RCU_KTHREAD_PRIO.  While here, change thread names to match other
kthreads, and adjust rcu_yield() to not override the priority set by
the user.  This last change sets the stage for runtime changes to
priority in the -rt tree.

Signed-off-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree.c
kernel/rcutree_plugin.h