From owner-cvs-all Sun Jan 14 1:55:39 2001 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 77E2337B400; Sun, 14 Jan 2001 01:55:21 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E9tL235509; Sun, 14 Jan 2001 01:55:21 -0800 (PST) (envelope-from jhb) Message-Id: <200101140955.f0E9tL235509@freefall.freebsd.org> From: John Baldwin Date: Sun, 14 Jan 2001 01:55:21 -0800 (PST) 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 2001/01/14 01:55:21 PST Modified files: sys/i386/include atomic.h Log: Fix the atomic_load_acq() and atomic_store_rel() functions to properly implement memory fences for the 486+. The 386 still uses versions w/o memory fences as all operations on the 386 are not program ordered. The 386 versions are not MP safe. Revision Changes Path 1.17 +44 -6 src/sys/i386/include/atomic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message