mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Change the sleep identifier to "-" where random normally sleeps.
This commit is contained in:
parent
d94e36521e
commit
68c2a41e6c
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ random_kthread(void *arg __unused)
|
|||
|
||||
if ((harvestring.tail == harvestring.head) ||
|
||||
(random_systat.burst && burst == random_systat.burst)) {
|
||||
tsleep(&harvestring, PUSER, "sleep", hz/10);
|
||||
tsleep(&harvestring, PUSER, "-", hz/10);
|
||||
burst = 0;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue