From owner-cvs-all Tue May 7 22:20: 4 2002 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 1D5E037B406; Tue, 7 May 2002 22:19:57 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g485Jve23773; Tue, 7 May 2002 22:19:57 -0700 (PDT) (envelope-from jeff) Message-Id: <200205080519.g485Jve23773@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 7 May 2002 22:19:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/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 jeff 2002/05/07 22:19:56 PDT Modified files: sys/alpha/include atomic.h Log: zapnot the signed bits in atomic_cmpset_32. Previously this did not work with negative values because the original value was sign extended but the compared value was not. Revision Changes Path 1.12 +2 -1 src/sys/alpha/include/atomic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message