rcu: avoid hammering sched with yet another bound RT kthread
authorPaul E. McKenney <paul.mckenney@linaro.org>
Mon, 18 Apr 2011 06:45:23 +0000 (23:45 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 6 May 2011 06:16:55 +0000 (23:16 -0700)
commit3acf4a9a3d63f23430f940842829175b0778a1b8
treee0bcf3bc65ac6272425a00703654a70650d8634c
parente3995a25fa361ce987a7d0ade00b17e3151519d7
rcu: avoid hammering sched with yet another bound RT kthread

The scheduler does not appear to take kindly to having multiple
real-time threads bound to a CPU that is going offline.  So this
commit is a temporary hack-around to avoid that happening.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutorture.c