aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/litmus.c
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2013-03-21 18:43:43 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2013-03-21 18:47:18 -0400
commit7bbf3205ae1979cb41fd2a0dfdd103656bf8e84e (patch)
treeb7ffd5eacbd6f11c42ec1e4cee0bc2041bcabd79 /litmus/litmus.c
parent469aaad39c956446b8a31d351ee36bedd87ac18a (diff)
SOBLIV draining support for C-EDF.wip-2012.3-gpu
Adds support for suspension-oblivous budget draining to C-EDF. Also changes how jobs with exhausted budget in C-EDF are treated: jobs are early released until they catch up.
Diffstat (limited to 'litmus/litmus.c')
-rw-r--r--litmus/litmus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/litmus/litmus.c b/litmus/litmus.c
index e8130e362c84..10d9e545a831 100644
--- a/litmus/litmus.c
+++ b/litmus/litmus.c
@@ -442,8 +442,6 @@ static void reinit_litmus_state(struct task_struct* p, int restore)
442 binheap_order_t prio_order = NULL; 442 binheap_order_t prio_order = NULL;
443#endif 443#endif
444 444
445 TRACE_TASK(p, "reinit_litmus_state: restore = %d\n", restore);
446
447 if (restore) { 445 if (restore) {
448 /* Safe user-space provided configuration data. 446 /* Safe user-space provided configuration data.
449 * and allocated page. */ 447 * and allocated page. */