DragonFly commits List (threaded) for 2003-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern kern_intr.c kern_proc.c kern_sig.c kern_switch.c lwkt_msgport.c lwkt_thread.c
dillon 2003/07/24 22:26:51 PDT
Modified files:
sys/kern kern_intr.c kern_proc.c kern_sig.c
kern_switch.c lwkt_msgport.c
lwkt_thread.c
Log:
Fix a minor bug in lwkt_init_thread() (the thread was being added to the
wrong td_allq).
Remove thread->td_cpu. thread->td_gd (which points to the globaldata
structure) is sufficient. Add e_cpuid to eproc to compensate.
Revision Changes Path
1.10 +3 -3 src/sys/kern/kern_intr.c
1.10 +2 -1 src/sys/kern/kern_proc.c
1.13 +4 -3 src/sys/kern/kern_sig.c
1.9 +6 -6 src/sys/kern/kern_switch.c
1.4 +6 -6 src/sys/kern/lwkt_msgport.c
1.27 +12 -15 src/sys/kern/lwkt_thread.c
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]