cvs commit: src/sys/i386/include atomic.h
Bruce Evans
bde at FreeBSD.org
Wed Jul 30 12:31:13 PDT 2003
bde 2003/07/30 12:31:11 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_3)
sys/i386/include atomic.h
Log:
MFC (1.24: pass in the constraints on the V parameter so that the char
versions can be given different, non-bogus constraints).
This is part of making some RELENG_3 kernels work when compiled by gcc-3.3.
I started out only wanting them to compile, but had to test them for
delicate changes like this. This change makes no difference for LINT
compiled by the RELENG_3 compiler, except for vfs_cluster.o where it
gives some differences related to register selection near an
atomic_add_char().
Revision Changes Path
1.1.2.3 +22 -22 src/sys/i386/include/atomic.h
More information about the cvs-src
mailing list