From owner-cvs-all Mon Oct 8 13:58:30 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 29A8A37B405; Mon, 8 Oct 2001 13:58:25 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98KwPp88784; Mon, 8 Oct 2001 13:58:25 -0700 (PDT) (envelope-from jhb) Message-Id: <200110082058.f98KwPp88784@freefall.freebsd.org> From: John Baldwin Date: Mon, 8 Oct 2001 13:58:25 -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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/10/08 13:58:25 PDT Modified files: sys/i386/include atomic.h Log: Allow atomic ops to be somewhat safely used in userland. We always use lock prefixes in the userland case so that the binaries will work on both SMP and UP systems. Revision Changes Path 1.21 +8 -4 src/sys/i386/include/atomic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message