From owner-cvs-all Fri Sep 8 14:48: 8 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 40DF637B50D; Fri, 8 Sep 2000 14:48:07 -0700 (PDT) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA55004; Fri, 8 Sep 2000 14:48:07 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200009082148.OAA55004@freefall.freebsd.org> From: Jason Evans Date: Fri, 8 Sep 2000 14:48:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 synch_machdep.c src/sys/i386/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/08 14:48:07 PDT Modified files: sys/i386/i386 synch_machdep.c sys/i386/include mutex.h sys/kern kern_mutex.c Log: Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cpp macros that expand to pass filename and line number information. This is necessary since we're using inline functions instead of macros now. Add const to the filename pointers passed througout the mtx and witness code. Revision Changes Path 1.2 +2 -2 src/sys/i386/i386/synch_machdep.c 1.2 +81 -69 src/sys/i386/include/mutex.h 1.2 +5 -5 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message