diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2016-03-28 21:51:56 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2016-03-28 21:51:56 +0000 |
| commit | dd523908364a05f5a22c652a22edd76bf40bf0a9 (patch) | |
| tree | 82d79e045ff90a691c41157948d71605b50f0f31 /sys/dev/random | |
| parent | cb49b6548156943031d9f343bae1b83f07fe0f9c (diff) | |
Notes
Diffstat (limited to 'sys/dev/random')
| -rw-r--r-- | sys/dev/random/random_harvestq.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/random/random_harvestq.c b/sys/dev/random/random_harvestq.c index c56d1ec319d6..081ba83fede5 100644 --- a/sys/dev/random/random_harvestq.c +++ b/sys/dev/random/random_harvestq.c @@ -183,7 +183,8 @@ random_kthread(void) /* NOTREACHED */ } /* This happens well after SI_SUB_RANDOM */ -SYSINIT(random_device_h_proc, SI_SUB_CREATE_INIT, SI_ORDER_ANY, kproc_start, &random_proc_kp); +SYSINIT(random_device_h_proc, SI_SUB_KICK_SCHEDULER, SI_ORDER_ANY, kproc_start, + &random_proc_kp); /* * Run through all fast sources reading entropy for the given |
