Restrict supported arch ot P6+ on Intel x86 32.
[urcu.git] / urcu / arch_x86.h
index 29612e0a98aa3bfbae4de0ff865259f2418de27d..66b27d5574df9d0b90820e0020282ec79616167f 100644 (file)
  */
 
 #include <urcu/compiler.h>
-#include <urcu/arch_uatomic.h>
 
 /* Assume P4 or newer */
 #define CONFIG_HAVE_FENCE 1
 #define CONFIG_HAVE_MEM_COHERENCY
 
+#define CACHE_LINE_SIZE        128
+
 #ifndef BITS_PER_LONG
 #define BITS_PER_LONG  (__SIZEOF_LONG__ * 8)
 #endif
This page took 0.02224 seconds and 4 git commands to generate.