From owner-cvs-all Wed Sep 6 4:21: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 779F637B423; Wed, 6 Sep 2000 04:21:15 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA96106; Wed, 6 Sep 2000 04:21:15 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200009061121.EAA96106@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 6 Sep 2000 04:21:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include atomic.h src/sys/i386/include atomic.h src/sys/i386/i386 atomic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/09/06 04:21:15 PDT Modified files: sys/alpha/include atomic.h sys/i386/include atomic.h sys/i386/i386 atomic.c Log: Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a few hours earlier than the rest. The next DEVFS commit needs these functions. Alpha versions by: dfr i386 versions by: jakeb Approved by: SMPng Revision Changes Path 1.3 +87 -20 src/sys/alpha/include/atomic.h 1.12 +73 -1 src/sys/i386/include/atomic.h 1.4 +2 -1 src/sys/i386/i386/atomic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message