git: usched_bsd4 - fix incorrect use of PINTERLOCKED tsleep
Alex Hornung
alexh at crater.dragonflybsd.org
Thu Aug 23 23:07:14 PDT 2012
commit 90f4cbebf4571bde74ffe7a44395a53300a8e861
Author: Alex Hornung <alex at alexhornung.com>
Date: Fri Aug 24 06:44:43 2012 +0000
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, ...).
Summary of changes:
sys/kern/usched_bsd4.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90f4cbebf4571bde74ffe7a44395a53300a8e861
--
DragonFly BSD source repository
More information about the Commits
mailing list