dillon 2003/07/24 22:28:53 PDT
Modified files:
bin/ps keyword.c print.c
Log:
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.6 +2 -2 src/bin/ps/keyword.c
1.7 +1 -1 src/bin/ps/print.c