diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-11-08 16:06:42 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2013-11-08 16:06:42 -0500 |
commit | f183b4b1e0b795490cd41f5c5ab286f480acd239 (patch) | |
tree | 1f2c641130fa2adfaa1e23de5948d8fad1817e4a /litmus | |
parent | 8cecde11fc4696d6a47dfb4a626cc647137c9c7d (diff) |
Fix compilation bug in cedf when sched_trace on
Diffstat (limited to 'litmus')
-rw-r--r-- | litmus/sched_cedf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_cedf.c b/litmus/sched_cedf.c index e65da16c9a6d..64e6a97bd6e9 100644 --- a/litmus/sched_cedf.c +++ b/litmus/sched_cedf.c | |||
@@ -1409,7 +1409,7 @@ static void cedf_task_new(struct task_struct * t, int on_rq, int is_scheduled) | |||
1409 | cedf_domain_t* cluster; | 1409 | cedf_domain_t* cluster; |
1410 | 1410 | ||
1411 | TRACE("c-edf: task new %d (param running = %d, is_running = %d)\n", | 1411 | TRACE("c-edf: task new %d (param running = %d, is_running = %d)\n", |
1412 | t->pid, running, is_running(t)); | 1412 | t->pid, is_scheduled, is_running(t)); |
1413 | 1413 | ||
1414 | /* the cluster doesn't change even if t is running */ | 1414 | /* the cluster doesn't change even if t is running */ |
1415 | cluster = task_cpu_cluster(t); | 1415 | cluster = task_cpu_cluster(t); |