Date: Thu, 15 Sep 2005 19:31:22 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include atomic.h src/sys/amd64/include atomic.h src/sys/i386/include atomic.h src/sys/powerpc/include atomic.h Message-ID: <200509151931.j8FJVMMW009512@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-09-15 19:31:22 UTC FreeBSD src repository Modified files: sys/alpha/include atomic.h sys/amd64/include atomic.h sys/i386/include atomic.h sys/powerpc/include atomic.h Log: Stop using the '+' constraint modifier with inline assembly. The '+' constraint is actually only allowed for register operands. Instead, use separate input and output memory constraints. Education from: alc Reviewed by: alc Tested on: i386, alpha MFC after: 1 week Revision Changes Path 1.23 +36 -36 src/sys/alpha/include/atomic.h 1.38 +27 -22 src/sys/amd64/include/atomic.h 1.40 +27 -22 src/sys/i386/include/atomic.h 1.13 +12 -12 src/sys/powerpc/include/atomic.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509151931.j8FJVMMW009512>