aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--litmus/sched_psn_edf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/litmus/sched_psn_edf.c b/litmus/sched_psn_edf.c
index a3e13ba25ec0..29a60780c0b8 100644
--- a/litmus/sched_psn_edf.c
+++ b/litmus/sched_psn_edf.c
@@ -311,10 +311,7 @@ static void psnedf_task_wake_up(struct task_struct *task)
311 && !is_priority_boosted(task) 311 && !is_priority_boosted(task)
312#endif 312#endif
313 ) { 313 ) {
314 /* new sporadic release */ 314 inferred_sporadic_job_release_at(task, now);
315 sched_trace_last_suspension_as_completion(task);
316 release_at(task, now);
317 sched_trace_task_release(task);
318 } 315 }
319 316
320 /* Only add to ready queue if it is not the currently-scheduled 317 /* Only add to ready queue if it is not the currently-scheduled