diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-05-03 16:50:32 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-05-03 17:17:52 -0400 |
commit | bb35f3fc684667598d7ae39fd2d49a16f77beb39 (patch) | |
tree | 6a70f13510e36e2771652bb3fc6d60321bf1daf6 /litmus/sync.c | |
parent | e0e02579c34b9920781b3ce3fc9d6d7bcafb4d5b (diff) |
Added color schedule
Diffstat (limited to 'litmus/sync.c')
-rw-r--r-- | litmus/sync.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/litmus/sync.c b/litmus/sync.c index bf75fde5450b..f3c9262f7022 100644 --- a/litmus/sync.c +++ b/litmus/sync.c | |||
@@ -73,6 +73,9 @@ static long do_release_ts(lt_t start) | |||
73 | 73 | ||
74 | complete_n(&ts_release, task_count); | 74 | complete_n(&ts_release, task_count); |
75 | 75 | ||
76 | /* TODO: remove this hack */ | ||
77 | litmus->release_ts(start); | ||
78 | |||
76 | return task_count; | 79 | return task_count; |
77 | } | 80 | } |
78 | 81 | ||