diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2016-07-20 11:43:37 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2016-07-20 11:47:00 -0400 |
commit | 3262b61fedc05f1066f57a41748ab27e1f430131 (patch) | |
tree | 30e760c5699ab970dcc5372803c4d9a512e0f7b6 | |
parent | 2c4fe6d66068a35ea3286b2f97372ca9d8eba274 (diff) |
P-FP: use inferred_sporadic_job_release_at()
-rw-r--r-- | litmus/sched_pfp.c | 5 |
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 |