aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2016-06-23 06:46:45 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2016-06-23 06:46:45 -0400
commitc56cea7909ddb00b0bb02c6e843edc2941eff885 (patch)
treea0e6196d6d12a249f7cb52df9b0a9df9077e79c6
parent6db0422d071fd5d4b5b38b9f50262a10fe199092 (diff)
GSN-EDF: use sched_trace_last_suspension_as_completion()
-rw-r--r--litmus/sched_gsn_edf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/sched_gsn_edf.c b/litmus/sched_gsn_edf.c
index 78da6230174b..b1efc260c2c4 100644
--- a/litmus/sched_gsn_edf.c
+++ b/litmus/sched_gsn_edf.c
@@ -579,6 +579,7 @@ static void gsnedf_task_wake_up(struct task_struct *task)
579 now = litmus_clock(); 579 now = litmus_clock();
580 if (is_sporadic(task) && is_tardy(task, now)) { 580 if (is_sporadic(task) && is_tardy(task, now)) {
581 /* new sporadic release */ 581 /* new sporadic release */
582 sched_trace_last_suspension_as_completion(task);
582 release_at(task, now); 583 release_at(task, now);
583 sched_trace_task_release(task); 584 sched_trace_task_release(task);
584 } 585 }