From owner-cvs-all@FreeBSD.ORG Fri Aug 15 11:38:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24773106568D; Fri, 15 Aug 2008 11:38:05 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB9B48FC12; Fri, 15 Aug 2008 11:38:04 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7FBc4ES069603; Fri, 15 Aug 2008 11:38:04 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7FBc4Qm069602; Fri, 15 Aug 2008 11:38:04 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200808151138.m7FBc4Qm069602@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 15 Aug 2008 11:37:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sparc64/include atomic.h src/sys/sun4v/include atomic.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2008 11:38:05 -0000 marius 2008-08-15 11:37:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/include atomic.h sys/sun4v/include atomic.h Log: SVN rev 181754 on 2008-08-15 11:37:29Z by marius MFC: r177373 Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int()) for sparc64 and sun4v. Revision Changes Path 1.10.2.2 +1 -2 src/sys/sparc64/include/atomic.h 1.1.2.2 +1 -2 src/sys/sun4v/include/atomic.h