tsleep_interlock() - Fix bug in cpu_lwp_exit().
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 18 Jul 2009 00:55:52 +0000 (17:55 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 18 Jul 2009 00:55:52 +0000 (17:55 -0700)
commit09b62fa43dde6349fdba68f41492ca4ae35f5a5a
tree80beb41903b8ab3730c7c68214e02fb67a7eb8eb
parent13ddc89513d7d229d92707032ce077664acb0899
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.
sys/platform/pc32/i386/vm_machdep.c
sys/platform/pc64/amd64/vm_machdep.c
sys/platform/vkernel/i386/vm_machdep.c