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

Peter Wemm peter at FreeBSD.org
Thu Aug 14 01:41:13 UTC 2008


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


More information about the cvs-all mailing list