diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-23 22:23:12 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-23 22:23:12 -0400 |
commit | 131aed75b0bd6fccfc3c1f47531f22538cc7a724 (patch) | |
tree | 0d7b7e368f7713ede190ee152912a877fb02e001 | |
parent | 937a5afbe78397d40d01bfadb707b98f653afa7d (diff) |
fixup: fix comile error in TRACE()
-rw-r--r-- | litmus/sched_pfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_pfp.c b/litmus/sched_pfp.c index 61232b3e280d..b59435e4e338 100644 --- a/litmus/sched_pfp.c +++ b/litmus/sched_pfp.c | |||
@@ -388,7 +388,7 @@ static void boost_priority(struct task_struct* t, lt_t priority_point) | |||
388 | raw_spin_lock_irqsave(&pfp->slock, flags); | 388 | raw_spin_lock_irqsave(&pfp->slock, flags); |
389 | 389 | ||
390 | 390 | ||
391 | TRACE_TASK(t, "priority boosted at %llu\n", now); | 391 | TRACE_TASK(t, "priority boosted at %llu\n", litmus_clock()); |
392 | 392 | ||
393 | tsk_rt(t)->priority_boosted = 1; | 393 | tsk_rt(t)->priority_boosted = 1; |
394 | /* tie-break by protocol-specific priority point */ | 394 | /* tie-break by protocol-specific priority point */ |