aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpicoder.c
diff options
context:
space:
mode:
authorKirill Tkhai <[email protected]>2013-01-30 16:50:36 +0400
committerIngo Molnar <[email protected]>2013-01-31 10:31:13 +0100
commitfc79e240be5aa379dd36a62158be5a5ee0e4aec7 (patch)
tree84e29ffa57509f586aff6a31ed0b0461f830fdaa /lib/mpi/mpicoder.c
parent62188451f0d63add7ad0cd2a1ae269d600c1663d (diff)
sched/rt: Do not account zero delta_exec in update_curr_rt()
There are several places of consecutive calls of dequeue_task_rt() and put_prev_task_rt() in the scheduler. For example, function rt_mutex_setprio() does it. The both calls lead to update_curr_rt(), the second of it receives zeroed delta_exec. The only effective action in this case is call of sched_rt_avg_update(), which can change rq->age_stamp and rq->rt_avg. But it is possible in case of ""floating"" rq->clock. This fact is not reasonable to be accounted. Another actions do nothing. Signed-off-by: Kirill V Tkhai <[email protected]> Acked-by: Steven Rostedt <[email protected]> Cc: Peter Zijlstra <[email protected]> CC: linux-rt-users <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/mpi/mpicoder.c')
0 files changed, 0 insertions, 0 deletions