svn commit: r189571 - head/sys/sys
Robert Watson
rwatson at FreeBSD.org
Mon Mar 9 04:18:42 PDT 2009
Author: rwatson
Date: Mon Mar 9 11:18:41 2009
New Revision: 189571
URL: http://svn.freebsd.org/changeset/base/189571
Log:
Remove two now-defunct KSE fields from struct thread: td_uuticks and
td_usticks.
Modified:
head/sys/sys/proc.h
Modified: head/sys/sys/proc.h
==============================================================================
--- head/sys/sys/proc.h Mon Mar 9 10:45:58 2009 (r189570)
+++ head/sys/sys/proc.h Mon Mar 9 11:18:41 2009 (r189571)
@@ -222,8 +222,6 @@ struct thread {
u_int td_sticks; /* (t) Statclock hits in system mode. */
u_int td_iticks; /* (t) Statclock hits in intr mode. */
u_int td_uticks; /* (t) Statclock hits in user mode. */
- u_int td_uuticks; /* (k) Statclock hits (usr), for UTS. */
- u_int td_usticks; /* (k) Statclock hits (sys), for UTS. */
int td_intrval; /* (t) Return value for sleepq. */
sigset_t td_oldsigmask; /* (k) Saved mask from pre sigpause. */
sigset_t td_sigmask; /* (c) Current signal mask. */
More information about the svn-src-head
mailing list