[ovs-dev] [PATCH] datapath-windows: Revert unrelated change to ovs-atomic.h

Sorin Vinturis svinturis at cloudbasesolutions.com
Fri Mar 25 15:56:01 UTC 2016


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 <svinturis at cloudbasesolutions.com>
---
 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



More information about the dev mailing list