Re: [ovs-dev] [clang-atomics 3/4] ovs-atomic: Add native Clang implementation.

2013-08-26 Thread Ben Pfaff
Thanks, I'll apply this soon. On Mon, Aug 26, 2013 at 12:58:41PM -0700, Jarno Rajahalme wrote: > This looks right, compiles and tests ok. > > Acked-by: Jarno Rajahalme > > > On Aug 20, 2013, at 11:10 AM, Ben Pfaff wrote: > > > With this implementation I get warnings with Clang on GNU/Linux w

Re: [ovs-dev] [clang-atomics 3/4] ovs-atomic: Add native Clang implementation.

2013-08-26 Thread Jarno Rajahalme
This looks right, compiles and tests ok. Acked-by: Jarno Rajahalme On Aug 20, 2013, at 11:10 AM, Ben Pfaff wrote: > With this implementation I get warnings with Clang on GNU/Linux when the > previous patch is not applied. This ought to make it easier to avoid > introducing new problems in th