From owner-cvs-all Fri Oct 27 17:28:18 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 EE23B37B479; Fri, 27 Oct 2000 17:28:15 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA76410; Fri, 27 Oct 2000 17:28:15 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200010280028.RAA76410@freefall.freebsd.org> From: John Baldwin Date: Fri, 27 Oct 2000 17:28:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include atomic.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/10/27 17:28:15 PDT Modified files: sys/i386/include atomic.h Log: The x86 atomic operations are already locked, so they do not need an additional locked instruction to guarantee a write barrier for the acquire variants. Approved by: dfr Pointy hat to: jhb Revision Changes Path 1.16 +1 -3 src/sys/i386/include/atomic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message