diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2011-10-14 19:31:13 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2011-10-14 19:31:13 -0400 |
commit | 8e236ee20fddac1f3728fccfb7b8c017506321ea (patch) | |
tree | 57e12b6c8b14619be814880fd6722154097c6cca /litmus/sched_mc.c | |
parent | 2cd5b8b9f496e92884b71eb58ea1ed40947cd2f3 (diff) |
Tasks are now scheduled using serversrtas12-mc-beta-exp
Diffstat (limited to 'litmus/sched_mc.c')
-rw-r--r-- | litmus/sched_mc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/sched_mc.c b/litmus/sched_mc.c index da8a82119612..a81d0bf0e7c6 100644 --- a/litmus/sched_mc.c +++ b/litmus/sched_mc.c | |||
@@ -607,6 +607,7 @@ static void job_completion(struct task_struct *task, int forced) | |||
607 | 607 | ||
608 | /* if (!is_ghost(task)) { */ | 608 | /* if (!is_ghost(task)) { */ |
609 | /* and no more forced!!! */ | 609 | /* and no more forced!!! */ |
610 | if (!ghost && !forced) | ||
610 | sched_trace_task_completion(task, forced); | 611 | sched_trace_task_completion(task, forced); |
611 | /* } */ | 612 | /* } */ |
612 | BUG_ON(!task); | 613 | BUG_ON(!task); |