diff options
Diffstat (limited to 'litmus/sched_pfp.c')
-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 */ |