From owner-cvs-all Fri Sep 8 14:47:35 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 88B6F37B424; Fri, 8 Sep 2000 14:47:30 -0700 (PDT) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA54890; Fri, 8 Sep 2000 14:47:30 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200009082147.OAA54890@freefall.freebsd.org> From: Jason Evans Date: Fri, 8 Sep 2000 14:47:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/09/08 14:47:30 PDT Modified files: sys/alpha/include mutex.h Log: Use inline functions instead of macros for mtx_enter(), mtx_try_enter(), and mtx_exit(). This change tracks the i386 version. 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 +161 -147 src/sys/alpha/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message