Move td_oncpu and td_lastcpu out of the "zero'd on fork" section of
authorjhb <jhb@FreeBSD.org>
Tue, 6 Oct 2015 21:36:45 +0000 (21:36 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 6 Oct 2015 21:36:45 +0000 (21:36 +0000)
commitcb4dcd0eff4e6b716d70dbc789e83538ea109d30
tree75f2ee1e6e8400f9e6a54592b27cef9b10fd69e2
parentd71b32ab8189310bd76cf8bb5dfe3fcc093593e9
Move td_oncpu and td_lastcpu out of the "zero'd on fork" section of
struct thread since they are always explicitly initialized during fork
and thread creation after r286256.

Suggested by: kib
sys/sys/proc.h