cvs commit: src/sys/kern lwkt_thread.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Feb 28 16:20:47 PST 2006
dillon 2006/02/28 16:17:55 PST
DragonFly src repository
Modified files:
sys/kern lwkt_thread.c
Log:
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.
Revision Changes Path
1.92 +1 -1 src/sys/kern/lwkt_thread.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/lwkt_thread.c.diff?r1=1.91&r2=1.92&f=u
More information about the Commits
mailing list