- 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:
parent
e884e33380
commit
591aa2bb33
@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user