Remove thread->td_cpu. thread->td_gd (which points to the globaldata
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 25 Jul 2003 05:28:54 +0000 (05:28 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 25 Jul 2003 05:28:54 +0000 (05:28 +0000)
commit009fa822321bfa6e301c8147410c2fc10c24dd6d
treef900644ab84078189dd23a6e8df82eb483ac9c8e
parenta72187e94edafbd6b8a53afd63f7001850806f5e
Remove thread->td_cpu.  thread->td_gd (which points to the globaldata
structure) is sufficient.  Add e_cpuid to eproc to compensate.
bin/ps/keyword.c
bin/ps/print.c
usr.bin/top/machine.c