]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 248167:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 3 Jun 2013 17:07:57 +0000 (17:07 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 3 Jun 2013 17:07:57 +0000 (17:07 +0000)
commit26dc5750ed936bca8b2128365657e4d55e4ac56d
treeff6028920e7cf59a71741db7c0728067b7c2e868
parentd07c55b5ee246ffa7bc81e5c5b384d7eecb67621
MFC 248167:
Fix the 'C' field for a running thread to match the behavior described
in the manpage by having it display the current CPU (ki_oncpu) rather
than the previously used CPU (ki_lastcpu).  ki_lastcpu is still used for
all other thread states.

git-svn-id: svn://svn.freebsd.org/base/stable/8@251312 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/top/machine.c