Update tests api*.h
[urcu.git] / tests / api_x86.h
index 95f4c93d41114e50e2059a87060945ba959490e3..4f6e836388ccc2e14693e080a7fcdb12b4b73f40 100644 (file)
@@ -25,6 +25,8 @@
  * to redistribute under later versions of GPL might not be available.
  */
 
+#include <urcu/arch.h>
+
 #ifndef __always_inline
 #define __always_inline inline
 #endif
@@ -359,7 +361,7 @@ __asm__ __volatile__(LOCK_PREFIX "orl %0,%1" \
  */
 
 #ifndef CACHE_LINE_SIZE
-#define CACHE_LINE_SIZE 128
+/* #define CACHE_LINE_SIZE 128 */
 #endif /* #ifndef CACHE_LINE_SIZE */
 
 /*
This page took 0.023092 seconds and 4 git commands to generate.