cvs commit: src/sys/ia64/include atomic.h
Marcel Moolenaar
marcel at FreeBSD.org
Wed Sep 22 12:58:44 PDT 2004
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
More information about the cvs-src
mailing list