From owner-cvs-all@FreeBSD.ORG Thu Mar 31 22:50:15 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C8A616A4CE; Thu, 31 Mar 2005 22:50:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44C9F43D3F; Thu, 31 Mar 2005 22:50:15 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2VMoFsn072128; Thu, 31 Mar 2005 22:50:15 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2VMoF6Z072127; Thu, 31 Mar 2005 22:50:15 GMT (envelope-from jhb) Message-Id: <200503312250.j2VMoF6Z072127@repoman.freebsd.org> From: John Baldwin Date: Thu, 31 Mar 2005 22:50:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys proc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 22:50:15 -0000 jhb 2005-03-31 22:50:15 UTC FreeBSD src repository Modified files: sys/sys proc.h Log: Bring back the WITNESS_WARN() check to _STOPEVENT() as all the callers have been fixed for quite a while now. Revision Changes Path 1.423 +2 -0 src/sys/sys/proc.h