jhb 2008-08-22 16:15:58 UTC
FreeBSD src repository
Modified files:
sys/kern kern_thread.c
sys/sys proc.h
Log:
SVN rev 182011 on 2008-08-22 16:15:58Z by jhb
A suspended thread can, in fact, be swapped out. Thus,
thread_unsuspend_one() needs to optionally wakeup the swapper. Since we
hold the thread lock for that entire function, however, we have to push
that requirement up into the caller.
Found by: rwatson
Revision Changes Path
1.277 +27 -14 src/sys/kern/kern_thread.c
1.519 +1 -1 src/sys/sys/proc.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"