Acked-by: Nithin Raju <[email protected]> -----Original Message----- From: dev <[email protected]> on behalf of Sorin Vinturis <[email protected]> Date: Friday, March 25, 2016 at 8:56 AM To: "[email protected]" <[email protected]> Subject: [ovs-dev] [PATCH] datapath-windows: Revert unrelated change to ovs-atomic.h
>There was an unwanted change to ovs-atomic.h header made by the >recirculation patch, ee25964a60c6b2c6e60a4c5fbfc9e90cf304f970 commit. >This patch reverts that change. > >Signed-off-by: Sorin Vinturis <[email protected]> >--- > lib/ovs-atomic.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/lib/ovs-atomic.h b/lib/ovs-atomic.h >index 2046ea9..b38c9ef 100644 >--- a/lib/ovs-atomic.h >+++ b/lib/ovs-atomic.h >@@ -333,7 +333,7 @@ > #include "ovs-atomic-i586.h" > #elif HAVE_GCC4_ATOMICS > #include "ovs-atomic-gcc4+.h" >- #elif _MSC_VER && _WIN32 >+ #elif _MSC_VER && _M_IX86 >= 500 > #include "ovs-atomic-msvc.h" > #else > /* ovs-atomic-pthreads implementation is provided for >portability. >-- >1.9.0.msysgit.0 >_______________________________________________ >dev mailing list >[email protected] >https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailma >n_listinfo_dev&d=BQIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=pN >HQcdr7B40b4h6Yb7FIedI1dnBsxdDuTLBYD3JqV80&m=bhhx5U-tZ44SpnDRLVHOAAcNdy8P_2 >ZrYbC531tnpKY&s=U_BpG01kfAy1HLpeYZIipNVlvEO0BnobKQglVTkHfGk&e= _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
