From owner-cvs-all Wed Sep 13 11:28:17 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 04BF037B423; Wed, 13 Sep 2000 11:28:15 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA31502; Wed, 13 Sep 2000 11:28:15 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009131828.LAA31502@freefall.freebsd.org> From: John Baldwin Date: Wed, 13 Sep 2000 11:28:14 -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 jhb 2000/09/13 11:28:14 PDT Modified files: sys/alpha/include mutex.h Log: - Fix spinlock exiting to handle recursion properly and only enable interrupts at the proper time. - Remove an uneeded test and just always set the MTX_RECURSE bit when recursing on a sleep lock. Revision Changes Path 1.8 +8 -6 src/sys/alpha/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message