git: dsched - Periph.: call dsched_exit on thread exit
Alex Hornung
alexh at crater.dragonflybsd.org
Mon Apr 19 12:02:54 PDT 2010
commit f8abf63c2915f73cda605e7f5a04a6d2605f0733
Author: Alex Hornung <ahornung at gmail.com>
Date: Mon Apr 19 16:39:16 2010 +0000
dsched - Periph.: call dsched_exit on thread exit
* The previous location of the call to dsched_exit was not right and did
not allow the use of lockmgr.
* We now call dsched_exit before the thread is completely killed and
descheduled as to avoid any problems.
Summary of changes:
sys/kern/lwkt_thread.c | 2 +-
sys/platform/pc32/i386/vm_machdep.c | 2 ++
sys/platform/pc64/x86_64/vm_machdep.c | 2 ++
sys/platform/vkernel/i386/vm_machdep.c | 2 ++
sys/platform/vkernel64/x86_64/vm_machdep.c | 2 ++
5 files changed, 9 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f8abf63c2915f73cda605e7f5a04a6d2605f0733
--
DragonFly BSD source repository
More information about the Commits
mailing list