From owner-cvs-all Sat Jan 13 16:16:36 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 D894937B401; Sat, 13 Jan 2001 16:16:17 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E0GHJ84252; Sat, 13 Jan 2001 16:16:17 -0800 (PST) (envelope-from jhb) Message-Id: <200101140016.f0E0GHJ84252@freefall.freebsd.org> From: John Baldwin Date: Sat, 13 Jan 2001 16:16:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/13 16:16:17 PST Modified files: sys/i386/include mutex.h Log: Work around the broken atomic_store_rel_ptr() on the i386 arch by just using atomic_cmpset_rel_ptr() instead for _release_lock_quick(). When atomic_store_rel_ptr() is functional and MP safe, then this can be reverted. Revision Changes Path 1.21 +5 -1 src/sys/i386/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message