DragonFly-2.3.2.82.g09b62 master sys/platform/pc32/i386 vm_machdep.c sys/platform/pc64/amd64 vm_machdep.c sys/platform/vkernel/i386 vm_machdep.c

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Jul 17 18:37:36 PDT 2009


commit 09b62fa43dde6349fdba68f41492ca4ae35f5a5a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Jul 17 17:55:52 2009 -0700

    tsleep_interlock() - Fix bug in cpu_lwp_exit().
    
    * Fix a bug in cpu_lwp_exit() which could cause a TAILQ assertion due to
      a thread not being properly removed from the tsleep queue.

Summary of changes:
 sys/platform/pc32/i386/vm_machdep.c    |    2 ++
 sys/platform/pc64/amd64/vm_machdep.c   |    2 ++
 sys/platform/vkernel/i386/vm_machdep.c |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/09b62fa43dde6349fdba68f41492ca4ae35f5a5a


-- 
DragonFly BSD source repository





More information about the Commits mailing list