aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.c
diff options
context:
space:
mode:
authorSeigo Tanimura <tanimura@FreeBSD.org>2003-11-09 09:17:26 +0000
committerSeigo Tanimura <tanimura@FreeBSD.org>2003-11-09 09:17:26 +0000
commit512824f8f7748f7bb54ef900bc8e68a95a3d0f4d (patch)
tree19de3ca43ba82c3cf15a4a6c7fba917e0f7e416b /sys/dev/random/randomdev.c
parent2e55d247a6d6610c98412798ff06d682f2ee91c6 (diff)
Notes
Diffstat (limited to 'sys/dev/random/randomdev.c')
-rw-r--r--sys/dev/random/randomdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c
index 6bbe2007c24a..48618e9fc85e 100644
--- a/sys/dev/random/randomdev.c
+++ b/sys/dev/random/randomdev.c
@@ -426,7 +426,7 @@ random_unblock(void)
{
if (!random_systat.seeded) {
random_systat.seeded = 1;
- selwakeup(&random_systat.rsel);
+ selwakeuppri(&random_systat.rsel, PUSER);
wakeup(&random_systat);
}
}