From owner-cvs-all@FreeBSD.ORG Fri Sep 19 15:04:01 2003 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 A30D816A4BF; Fri, 19 Sep 2003 15:04:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC30043FE5; Fri, 19 Sep 2003 15:04:00 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8JM40XJ061184; Fri, 19 Sep 2003 15:04:00 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8JM40m4061181; Fri, 19 Sep 2003 15:04:00 -0700 (PDT) (envelope-from sam) Message-Id: <200309192204.h8JM40m4061181@repoman.freebsd.org> From: Sam Leffler Date: Fri, 19 Sep 2003 15:04:00 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mutex.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: Fri, 19 Sep 2003 22:04:01 -0000 sam 2003/09/19 15:04:00 PDT FreeBSD src repository Modified files: sys/sys mutex.h Log: revert rev 1.64; this is not needed with rev 1.49 of lock.h as LOCK_DEBUG is implied by MUTEX_PROFILING which stops inline expansion of the mutex operations Supported by: FreeBSD Foundation Revision Changes Path 1.65 +1 -1 src/sys/sys/mutex.h