utilities - Print the cpu id for running and runnable threads
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 18 Dec 2010 08:35:13 +0000 (00:35 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 18 Dec 2010 08:35:13 +0000 (00:35 -0800)
commit6bffb878897909dd8d8ba974fb4e44c1c0b04fa1
tree8baced7bc36cd5bbd4ec13d0014331b9893cc5a6
parente16ab72d9d5324261f30f6c7d94ed5805f09b7d2
utilities - Print the cpu id for running and runnable threads

* The cpuid was only being printed for the currently running thread on
  a cpu.  Also print it for any scheduled (runnable) threads on that cpu
  even if they aren't the currently running thread.
bin/ps/print.c