summaryrefslogtreecommitdiffstats
path: root/scripts/namespace.pl
diff options
context:
space:
mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2008-10-17 19:27:03 +0200
committerIngo Molnar <mingo@elte.hu>2008-10-20 14:05:03 +0200
commita4c2f00f5cb848af7a8c816426b413c8e41834df (patch)
treef99d376ae43fe7e19db0f5f268c6925d8cda2107 /scripts/namespace.pl
parentsched: optimize group load balancer (diff)
downloadlinux-a4c2f00f5cb848af7a8c816426b413c8e41834df.tar.xz
linux-a4c2f00f5cb848af7a8c816426b413c8e41834df.zip
sched: fair scheduler should not resched rt tasks
With use of ftrace Steven noticed that some RT tasks got rescheduled due to sched_fair interaction. What happens is that we reprogram the hrtick from enqueue/dequeue_fair_task() because that can change nr_running, and thus a current tasks ideal runtime. However, its possible the current task isn't a fair_sched_class task, and thus doesn't have a hrtick set to change. Fix this by wrapping those hrtick_start_fair() calls in a hrtick_update() function, which will check for the right conditions. Reported-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Acked-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'scripts/namespace.pl')
0 files changed, 0 insertions, 0 deletions