]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: put per-CPU kthread at non-RT priority during CPU hotplug operations
authorPaul E. McKenney <paul.mckenney@linaro.org>
Mon, 18 Apr 2011 22:31:26 +0000 (15:31 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 6 May 2011 06:16:55 +0000 (23:16 -0700)
commit99e73cc07385a732fc73a4d8131a672be85695bb
treeccf8a6ae71bc5cb289080b04f00170a758e33c59
parentdcfcf739e1b7e79350b9e8c76977a78db0759182
rcu: put per-CPU kthread at non-RT priority during CPU hotplug operations

If you are doing CPU hotplug operations, it is best not to have
CPU-bound realtime tasks running CPU-bound on the outgoing CPU.
So this commit makes per-CPU kthreads run at non-realtime priority
during that time.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcutree.c