usched_bsd4 - fix incorrect use of PINTERLOCKED tsleep
authorAlex Hornung <alex@alexhornung.com>
Fri, 24 Aug 2012 06:44:43 +0000 (06:44 +0000)
committerAlex Hornung <alex@alexhornung.com>
Fri, 24 Aug 2012 06:44:43 +0000 (06:44 +0000)
commit90f4cbebf4571bde74ffe7a44395a53300a8e861
treed4f0da1a913cd1708103002f14b158d2bd292a0c
parent853176ea5a5da3f0eff766af4976c5ba862e0b58
usched_bsd4 - fix incorrect use of PINTERLOCKED tsleep

 * The first tsleep in sched_thread has not been interlocked, so it is
   not valid to call tsleep(..., PINTERLOCKED, ...).
sys/kern/usched_bsd4.c