From owner-cvs-all Fri Dec 8 0:49:39 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 00:49:37 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 25D2437B400; Fri, 8 Dec 2000 00:49:37 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB88nbe97758; Fri, 8 Dec 2000 00:49:37 -0800 (PST) (envelope-from jake) Message-Id: <200012080849.eB88nbe97758@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 8 Dec 2000 00:49:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/08 00:49:36 PST Modified files: sys/i386/include mutex.h Log: Change the calling conventions of the MTX_ENTER macro to match that of MTX_EXIT. Don't assume that the reg parameter to MTX_ENTER holds curproc, load it explicitly. Put semi-colons at the end of the macros to be more consistent and so its harder to forget them when these change. Revision Changes Path 1.17 +14 -12 src/sys/i386/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message