Files
ubports_kernel_google_msm/kernel
Peter Zijlstra a4c2f00f5c 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>
2008-10-20 14:05:03 +02:00
..
2008-08-14 14:58:01 +02:00
2008-10-16 11:21:30 -07:00
2008-07-26 20:53:20 -04:00
2008-10-13 09:51:40 -07:00
2008-07-28 14:37:38 +02:00
2008-07-26 12:00:09 -07:00
2008-08-13 12:55:10 +02:00
2008-10-16 11:21:32 -07:00
2008-09-02 19:21:40 -07:00
2008-10-20 14:05:02 +02:00
2008-08-19 20:37:07 -07:00
2008-10-16 11:21:31 -07:00
2008-10-16 11:21:51 -07:00
2008-10-16 11:21:31 -07:00
2008-07-25 10:53:45 -07:00
2008-10-20 14:05:02 +02:00
2008-08-11 13:46:53 +02:00
2008-10-16 11:21:47 -07:00
2008-10-16 11:21:31 -07:00