commit | c7a1e46aa9782a947cf2ed506245d43396dbf991 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Jan 25 21:08:07 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 25 21:08:07 2008 +0100 |
tree | 1cbf3bc6173b57ea9819c1f0a761347c4285b107 | |
parent | 4642dafdf93dc7d66ee33437b93a5e6b8cea20d2 [diff] |
sched: disable standard balancer for RT tasks Since we now take an active approach to load balancing, we don't need to balance RT tasks via the normal task balancer. In fact, this code was found to pull RT tasks away from CPUS that the active movement performed, resulting in large latencies. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>