Date: Wed, 30 Jul 2003 12:31:11 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include atomic.h Message-ID: <200307301931.h6UJVBvT065888@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307301931.h6UJVBvT065888>