diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2016-07-20 11:44:05 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2016-07-20 11:47:09 -0400 |
commit | 8c630e9e6e8ba08332596e9b4e0857e39b9324d7 (patch) | |
tree | 7ad0cf5b0138939b623695cf54f6eb7b17cf75d6 | |
parent | 6b965f34ede4d5acca662e949004d2a2c1b7e14d (diff) |
-rw-r--r-- | litmus/sched_psn_edf.c | 5 |
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 |