diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-02-27 17:23:29 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-02-27 17:23:29 +0000 |
| commit | 4d70511ac3df7bdbff783c1b437e011ab21ae60f (patch) | |
| tree | a0597a39b0c2d93af237d119ce7da913a8a44962 /sys/dev/random/randomdev_soft.c | |
| parent | 84d37a463a913ea6f019343e79ed65478eab8688 (diff) | |
Notes
Diffstat (limited to 'sys/dev/random/randomdev_soft.c')
| -rw-r--r-- | sys/dev/random/randomdev_soft.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/randomdev_soft.c b/sys/dev/random/randomdev_soft.c index 159d6cebc54c..5a7a6ea639f2 100644 --- a/sys/dev/random/randomdev_soft.c +++ b/sys/dev/random/randomdev_soft.c @@ -284,7 +284,7 @@ random_kthread(void *arg __unused) /* Found nothing, so don't belabour the issue */ if (!active) - tsleep(&harvestfifo, 0, "-", hz / 10); + pause("-", hz / 10); } |
