Date: Thu, 14 Aug 2008 01:40:12 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/include atomic.h src/sys/i386/include atomic.h src/sys/ia64/include atomic.h src/sys/sparc64/include atomic.h src/sys/sun4v/include atomic.h Message-ID: <200808140141.m7E1fCHH078853@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2008-08-14 01:40:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/include atomic.h sys/i386/include atomic.h sys/ia64/include atomic.h sys/sparc64/include atomic.h sys/sun4v/include atomic.h Log: SVN rev 181707 on 2008-08-14 01:40:12Z by peter Hoist mergeinfo for sys/powerpc/include/atomic.h up to sys. Note that some of the changes that were mfc'ed to powerpc actually affect other platforms. This hoisting brings those changes to the others. This adds atomic_fetchadd_long to the rest, and adds atomic_readandclear_ptr to ia64. While I have not compile tested this, it looks harmless. Revision Changes Path 1.44.2.1 +20 -0 src/sys/amd64/include/atomic.h 1.47.2.1 +7 -0 src/sys/i386/include/atomic.h 1.11.2.1 +12 -0 src/sys/ia64/include/atomic.h 1.10.2.1 +2 -0 src/sys/sparc64/include/atomic.h 1.1.2.1 +2 -0 src/sys/sun4v/include/atomic.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808140141.m7E1fCHH078853>