On Thu, Jul 31, 2014 at 03:21:50PM -0700, Jarno Rajahalme wrote:
> The default memory order for atomic_flag is documented to be
> memory_order_seq_cst (as in C11), but the GCC4+ implementation only
> used the GCC builtins, which provide acquire and release semantics
> only.  Additional barriers are needed for in other cases.
> 
> Signed-off-by: Jarno Rajahalme <jrajaha...@nicira.com>

Good catch.

Acked-by: Ben Pfaff <b...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to