From owner-cvs-all Mon Jan 15 16:19: 3 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 C1EBB37B6A4; Mon, 15 Jan 2001 16:18:38 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0G0Ic840465; Mon, 15 Jan 2001 16:18:38 -0800 (PST) (envelope-from jhb) Message-Id: <200101160018.f0G0Ic840465@freefall.freebsd.org> From: John Baldwin Date: Mon, 15 Jan 2001 16:18:38 -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/15 16:18:38 PST Modified files: sys/i386/include atomic.h Log: - Fix atomic_load_* and atomic_store_* to generate functions for atomic.c that modules can call. - Remove the old gcc <= 2.8 versions of the atomic ops. - Resort the order of some things in the file so that there is only one #ifdef for KLD_MODULE, and so that all WANT_FUNCTIONS stuff is moved to the bottom of the file. - Remove ATOMIC_ACQ_REL() and just use explicit macros instead. Revision Changes Path 1.18 +124 -169 src/sys/i386/include/atomic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message