From owner-cvs-all Fri Dec 8 1:17:19 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 01:17:16 2000 Return-Path: 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 8132037B400; Fri, 8 Dec 2000 01:17:16 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB89HGj03462; Fri, 8 Dec 2000 01:17:16 -0800 (PST) (envelope-from jake) Message-Id: <200012080917.eB89HGj03462@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 8 Dec 2000 01:17:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/08 01:17:16 PST Modified files: sys/sys mutex.h Log: Add macros MPASS3 and MPASS4, which take the file and line number as parameters. Use them in the mutex inlines so that the file and line numbers are those of the caller instead of always in this file. Revision Changes Path 1.11 +14 -6 src/sys/sys/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message