]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: wire up RCU_BOOST_PRIO for rcutree
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 19 Aug 2011 18:39:11 +0000 (11:39 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 26 Aug 2011 04:42:11 +0000 (21:42 -0700)
commitb9ea33dff3408d97f145832fa38d1f2cd1d0b7a6
tree9bc376e51b66c8e89086be550a39ad562afdbbe9
parent1bc68bd0cfa66b82d006a3482771558f42b88919
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