From owner-cvs-all Sun Sep 24 16:34:24 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 937CC37B424; Sun, 24 Sep 2000 16:34:22 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA66535; Sun, 24 Sep 2000 16:34:22 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009242334.QAA66535@freefall.freebsd.org> From: John Baldwin Date: Sun, 24 Sep 2000 16:34:22 -0700 (PDT) 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 jhb 2000/09/24 16:34:22 PDT Modified files: sys/i386/include mutex.h Log: Fix the assmebly mutex macros to handle saving/restoring interrupt state properly. Fix the recursive mutex macros to actually compile. At the moment we only use MTX_EXIT anyways. Revision Changes Path 1.8 +22 -8 src/sys/i386/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message