- Rev 1.83 of kern_lock.c fixes the td_locks assert, reenable it here.

Sponsored by:	Isilon Systems, Inc.
This commit is contained in:
jeff 2005-03-28 12:52:46 +00:00
parent e884e33380
commit 591aa2bb33

View File

@ -133,11 +133,8 @@ userret(td, frame, oticks)
* Let the scheduler adjust our priority etc.
*/
sched_userret(td);
#if 0
/* This is not presently working. */
KASSERT(td->td_locks == 0,
("userret: Returning with %d locks held.", td->td_locks));
#endif
}
/*