John Baldwin 52eb84641d - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags
since they are only accessed by curthread and thus do not need any
  locking.
- Move pr_addr and pr_ticks out of struct uprof (which is per-process)
  and directly into struct thread as td_profil_addr and td_profil_ticks
  as these variables are really per-thread.  (They are used to defer an
  addupc_intr() that was too "hard" until ast()).
2004-07-16 21:04:55 +00:00
..
2004-07-16 07:24:20 +00:00
2004-07-13 17:44:17 +00:00
2004-06-14 00:38:54 +00:00
2004-07-16 03:42:45 +00:00
2004-07-12 19:35:29 +00:00
2004-07-10 21:47:53 +00:00