DragonFly BSD
DragonFly commits List (threaded) for 2012-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: usched_bsd4 - fix incorrect use of PINTERLOCKED tsleep


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Aug 2012 23:07:14 -0700 (PDT)

commit 90f4cbebf4571bde74ffe7a44395a53300a8e861
Author: Alex Hornung <alex@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]