aboutsummaryrefslogtreecommitdiffstats
path: root/litmus
diff options
context:
space:
mode:
Diffstat (limited to 'litmus')
-rw-r--r--litmus/sched_pfp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/litmus/sched_pfp.c b/litmus/sched_pfp.c
index 433d610e8473..5c7a9d5377e0 100644
--- a/litmus/sched_pfp.c
+++ b/litmus/sched_pfp.c
@@ -326,10 +326,7 @@ static void pfp_task_wake_up(struct task_struct *task)
326 && !is_priority_boosted(task) 326 && !is_priority_boosted(task)
327#endif 327#endif
328 ) { 328 ) {
329 /* new sporadic release */ 329 inferred_sporadic_job_release_at(task, now);
330 sched_trace_last_suspension_as_completion(task);
331 release_at(task, now);
332 sched_trace_task_release(task);
333 } 330 }
334 331
335 /* Only add to ready queue if it is not the currently-scheduled 332 /* Only add to ready queue if it is not the currently-scheduled