From 278d119ae6b1aa9b5404d49923909f7aae52801d Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 2 Oct 2006 17:48:13 +0000 Subject: [PATCH] Update description of td_locks. MFC after: 3 days Requested by: pjd --- sys/sys/proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index cec13ed2486..c0e54b02427 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -270,7 +270,7 @@ struct thread { u_char td_lastcpu; /* (j) Last cpu we were on. */ u_char td_oncpu; /* (j) Which cpu we are on. */ volatile u_char td_owepreempt; /* (k*) Preempt on last critical_exit */ - short td_locks; /* (k) DEBUG: lockmgr count of locks. */ + short td_locks; /* (k) Count of non-spin locks. */ u_char td_tsqueue; /* (j) Turnstile queue blocked on. */ struct turnstile *td_blocked; /* (j) Lock thread is blocked on. */ const char *td_lockname; /* (j) Name of lock blocked on. */ -- 2.45.2