Remove another case of grabbing Giant before doing a kthread_exit()

which is now no longer needed.
This commit is contained in:
Bill Paul 2004-03-22 22:46:22 +00:00
parent f1c8692d0a
commit 150514c0eb

View File

@ -1617,7 +1617,6 @@ ntoskrnl_thread_exit(status)
ntoskrnl_kth--;
mtx_lock(&Giant);
kthread_exit(0);
return(0); /* notreached */
}