From owner-cvs-all Wed Feb 13 7:40: 9 2002 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 EC18C37B402; Wed, 13 Feb 2002 07:40:05 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1DFe5111721; Wed, 13 Feb 2002 07:40:05 -0800 (PST) (envelope-from tmm) Message-Id: <200202131540.g1DFe5111721@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 13 Feb 2002 07:40:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include cpufunc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/02/13 07:40:05 PST Modified files: sys/sparc64/include cpufunc.h Log: Add a few new functions/macros: intr_disable() and intr_restore() to disable interrupts completely, and stxa_sync(), which performs a store immediately followed by a membar #Sync with interrupts disabled (this is needed for writes to diagnostic registers). Revision Changes Path 1.11 +23 -0 src/sys/sparc64/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message