summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_workq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_workq.c b/sys/kern/kern_workq.c
index 391717b84cc..8aec163d494 100644
--- a/sys/kern/kern_workq.c
+++ b/sys/kern/kern_workq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_workq.c,v 1.7 2008/02/15 04:08:36 tedu Exp $ */
+/* $OpenBSD: kern_workq.c,v 1.8 2008/10/27 02:13:34 dlg Exp $ */
/*
* Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
@@ -192,6 +192,5 @@ workq_thread(void *arg)
splx(s);
wakeup(&wq->wq_running);
- KERNEL_PROC_LOCK(curproc);
kthread_exit(0);
}