cvs commit: src/sys/amd64/include atomic.h

Bruce Evans bde at FreeBSD.org
Thu Dec 28 00:15:15 PST 2006


bde         2006-12-28 08:15:15 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/include    atomic.h 
  Log:
  Removed gratuitous cosmetic differences with the i386 version.  This
  mainly involves removing all __CC_SUPPORTS___INLINE__ ifdefs.  These
  ifdefs are even less needed for amd64 than for i386, but the i386
  atomic.h never had them.  The ifdefs here were just an optimization
  of obsolescent compatibility cruft (__inline) for a null set of
  compilers.  I think null sets of compilers should only be supported
  in cases where this is more than an optimization, doesn't require
  extensive ifdefs, and only involves not-so-obsolescent compatibility
  cruft (plain inline here).
  
  Revision  Changes    Path
  1.41      +7 -7      src/sys/amd64/include/atomic.h


More information about the cvs-src mailing list