diff options
Diffstat (limited to 'litmus/sched_pfair.c')
-rw-r--r-- | litmus/sched_pfair.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/litmus/sched_pfair.c b/litmus/sched_pfair.c index 038b942d4848..46610e13dea3 100644 --- a/litmus/sched_pfair.c +++ b/litmus/sched_pfair.c | |||
@@ -804,10 +804,8 @@ static void pfair_task_wake_up(struct task_struct *t) | |||
804 | if (is_tardy(t, now)) { | 804 | if (is_tardy(t, now)) { |
805 | TRACE_TASK(t, "sporadic release!\n"); | 805 | TRACE_TASK(t, "sporadic release!\n"); |
806 | sporadic_release = 1; | 806 | sporadic_release = 1; |
807 | sched_trace_last_suspension_as_completion(t); | 807 | inferred_sporadic_job_release_at(t, now); |
808 | release_at(t, now); | ||
809 | prepare_release(t, time2quanta(now, CEIL)); | 808 | prepare_release(t, time2quanta(now, CEIL)); |
810 | sched_trace_task_release(t); | ||
811 | } | 809 | } |
812 | 810 | ||
813 | /* only add to ready queue if the task isn't still linked somewhere */ | 811 | /* only add to ready queue if the task isn't still linked somewhere */ |