summaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2004-03-05 22:42:17 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2004-03-05 22:42:17 +0000
commit6074439965095d5265de872bb966a1a743edb724 (patch)
tree0cb8679f9d812640e447455f4abf4169ae910cac /sys/dev/random
parent12dd6da62c8dcd06a0b3c408c81b25edcbb3bf9e (diff)
Notes
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/harvest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c
index fd94bd204984..eb84268c7773 100644
--- a/sys/dev/random/harvest.c
+++ b/sys/dev/random/harvest.c
@@ -128,7 +128,6 @@ void
random_set_wakeup_exit(void *control)
{
wakeup(control);
- mtx_lock(&Giant);
kthread_exit(0);
/* NOTREACHED */
}