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>
Fri, 17 Aug 2012 19:40:09 +0000 (12:40 -0700)
commita5fcdfa4fdd1be6cbf7ef2b25cdb6b660888925f
tree35af72ef5f3fcd24800c0a942542f11eb98d7324
parent39a5cda324dae9fe470e2b8c3a834b22ab847a09
kernel - Fix condvar races

* Interlocked sleep was not using the PINTERLOCKED flag.

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