Align taskqueue_enqueue_timeout() to hardclock.
It is done for all other KPIs using HZ, but was missed here. MFC after: 2 weeks
This commit is contained in:
parent
9e9ba9c73d
commit
706b1a5724
@ -343,7 +343,7 @@ taskqueue_enqueue_timeout(struct taskqueue *queue,
|
||||
{
|
||||
|
||||
return (taskqueue_enqueue_timeout_sbt(queue, ttask, ticks * tick_sbt,
|
||||
0, 0));
|
||||
0, C_HARDCLOCK));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user