Date: Mon, 6 Feb 2006 11:18:37 -0500 From: John Baldwin <jhb@freebsd.org> To: Olivier Houchard <cognet@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/arm/include atomic.h Message-ID: <200602061118.39905.jhb@freebsd.org> In-Reply-To: <200602052206.k15M6Cav078088@repoman.freebsd.org> References: <200602052206.k15M6Cav078088@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 05 February 2006 17:06, Olivier Houchard wrote: > cognet 2006-02-05 22:06:12 UTC > > FreeBSD src repository > > Modified files: > sys/arm/include atomic.h > Log: > Backout rev 1.12. It would have been a good thing, if gcc was smart > enough not to generate bad code. > > Revision Changes Path > 1.16 +18 -24 src/sys/arm/include/atomic.h You need to add memory clobbers then, or perhaps clobbers of the memory being modified. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602061118.39905.jhb>