Date: Wed, 22 Sep 2004 19:58:43 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include atomic.h Message-ID: <200409221958.i8MJwhEL060898@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-09-22 19:58:43 UTC FreeBSD src repository Modified files: sys/ia64/include atomic.h Log: For the atomic_{add|clear|set|subtract} family of inlines, return the old or previous value instead of void. This is not as is documented in atomic(9), but is API (and ABI) compatible and simply makes sense. This feature will primarily be used for atomic PTE updates in PMAP/ng. Revision Changes Path 1.8 +4 -2 src/sys/ia64/include/atomic.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409221958.i8MJwhEL060898>