From owner-cvs-all Mon Dec 4 4:38:10 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 04:38:07 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 615A537B400; Mon, 4 Dec 2000 04:38:07 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4Cc7524147; Mon, 4 Dec 2000 04:38:07 -0800 (PST) (envelope-from jake) Message-Id: <200012041238.eB4Cc7524147@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 4 Dec 2000 04:38:06 -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/04 04:38:05 PST Modified files: sys/i386/include mutex.h Log: (1) Allow a stray lock prefix to be compiled out with the MPLOCKED macro (2) Use decimal 12 rather than hex 0xc in an addl (3) Implement MTX_ENTER for the I386_CPU case (4) Use semi-colons between instructions to allow MTX_ENTER and MTX_ENTER_WITH_RECURSION to be assembled (5) Use incl instead of incw to increment the recusion count (6) 10 is not a valid label, use 7, 8 and 9 rather than 8, 9 and 10 (7) Sort numeric labels Submitted by: bde (2, 4, and 5) Revision Changes Path 1.14 +25 -17 src/sys/i386/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message