cvs commit: src/sys/arm/include atomic.h
John Baldwin
jhb at FreeBSD.org
Fri Oct 14 11:07:49 PDT 2005
jhb 2005-10-14 18:07:45 UTC
FreeBSD src repository
Modified files:
sys/arm/include atomic.h
Log:
Change the userland atomic operations on arm to use memory operands for
the modified memory rather than using register operands that held a pointer
to the memory. The biggest effect is that we now correctly tell the
compiler that these functions change the memory that these functions
modify.
Reviewed by: cognet
Revision Changes Path
1.12 +22 -16 src/sys/arm/include/atomic.h
More information about the cvs-src
mailing list