Date: Thu, 28 Dec 2006 08:15:15 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/include atomic.h Message-ID: <200612280815.kBS8FFHN051489@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612280815.kBS8FFHN051489>