Subject: CVS commit: [thorpej-atomic] src/common/lib/libc/atomic
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/27/2007 06:27:53
Module Name:	src
Committed By:	thorpej
Date:		Fri Apr 27 06:27:53 UTC 2007

Modified Files:
	src/common/lib/libc/atomic [thorpej-atomic]: atomic_ops.3

Log Message:
Note that a given memory location should be modified either entirely
with atomic operations or entirely with some other synchronization
strategy, else the results are undefined.

This is critical for correctness on platforms that use interlocks
or restartable atomic sequences.


To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 src/common/lib/libc/atomic/atomic_ops.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.