Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/28/2007 01:30:06
Module Name:	src
Committed By:	ad
Date:		Wed Nov 28 01:30:06 UTC 2007

Modified Files:
	src/sys/sys: atomic.h

Log Message:
Remove the sub-word atomic ops because they can not be implemented correctly
on some architectures and so are misleading. The same effect can be had by
building on top of the 32-bit CAS. As a side effect this makes it somewhat
easier to complete and document the operations across all platforms.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/sys/atomic.h

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