A thread may be freed from a different cpu then it was assigned to,
commit1ec20b9da3254984af7d5a4873cb0a10e948f016
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 1 Mar 2006 00:17:55 +0000 (1 00:17 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 1 Mar 2006 00:17:55 +0000 (1 00:17 +0000)
treea89fce049bbdc466bc98170e73cd1f6312ebb6df
parentc10aefeb9519a74394a6efad0e60a96c9c28cfde
A thread may be freed from a different cpu then it was assigned to,
remove the thread from the correct cpu's gd_tdallq.  This fixes an issue
with corruption of the gd_tdallq.
sys/kern/lwkt_thread.c