summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2003-04-01 02:32:53 +0000
committerJeff Roberson <jeff@FreeBSD.org>2003-04-01 02:32:53 +0000
commit8446303e012e9040420972bab20548a01d2189cb (patch)
treee9533d9dd5e8637aeba8e59bf546981e50c238b5
parentf27bf63b8a58ac3533522ed6dd57d95b5ce92979 (diff)
Notes
-rw-r--r--sys/kern/kern_thr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c
index 6ee3b5ca14dd..31c638ecb434 100644
--- a/sys/kern/kern_thr.c
+++ b/sys/kern/kern_thr.c
@@ -209,8 +209,6 @@ thr_exit(struct thread *td, struct thr_exit_args *uap)
* This unlocks proc and doesn't return unless this is the last
* thread.
*/
- while (mtx_owned(&Giant))
- mtx_unlock(&Giant);
thr_exit1();
mtx_unlock_spin(&sched_lock);