kernel - Fix condvar races
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Aug 2012 19:40:09 +0000 (12:40 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 21 Aug 2012 04:01:27 +0000 (21:01 -0700)
commit42ad053f4a1f6939220f5b16459212ef2739fae4
treefeef812269bc67f8b1a6edcb76095d4e22be19b4
parent68cdd7732293f306214db8a992fb213814ed6830
kernel - Fix condvar races

* Interlocked sleep was not using the PINTERLOCKED flag.

* Misc other adjustments.
sys/kern/kern_condvar.c