From owner-cvs-all Sat Sep 9 15:43:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E75437B423; Sat, 9 Sep 2000 15:43:23 -0700 (PDT) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA40366; Sat, 9 Sep 2000 15:43:23 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200009092243.PAA40366@freefall.freebsd.org> From: Jason Evans Date: Sat, 9 Sep 2000 15:43:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h src/sys/alpha/include mutex.h src/sys/kern kern_mutex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/09/09 15:43:23 PDT Modified files: sys/i386/include mutex.h sys/alpha/include mutex.h sys/kern kern_mutex.c Log: Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, since __FILE__ and __LINE__ don't get expanded usefully in inline functions. Add const to all witness*() arguments that are filenames. Revision Changes Path 1.3 +15 -15 src/sys/i386/include/mutex.h 1.4 +17 -17 src/sys/alpha/include/mutex.h 1.3 +4 -4 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message