DragonFly commits List (threaded) for 2004-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern lwkt_thread.c
dillon 2004/06/25 19:14:31 PDT
DragonFly src repository
Modified files:
sys/kern lwkt_thread.c
Log:
When a kernel-created thread exits, properly remove it from gd_tdallq and
only queue it on gd_tdfreeq only if it was originally allocated. Note:
kernel threads do not usually exit so this did not fix any known panics.
Revision Changes Path
1.63 +8 -2 src/sys/kern/lwkt_thread.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/lwkt_thread.c.diff?r1=1.62&r2=1.63&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]