diff options
-rw-r--r-- | sys/kern/kern_thr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c index 6ee3b5c..31c638e 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); |