Compat futex
[urcu.git] / urcu / arch_x86.h
index 7d3d76db7a2c19ed5890869817109582a657073b..4ba08f7a288796186aeda16679d3fe8a7d558506 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #include <urcu/compiler.h>
-#include "config.h"
+#include <urcu/config.h>
 
 #define CONFIG_HAVE_MEM_COHERENCY
 
@@ -33,7 +33,7 @@
 #define BITS_PER_LONG  (__SIZEOF_LONG__ * 8)
 #endif
 
-#ifdef CONFIG_HAVE_FENCE
+#ifdef CONFIG_URCU_HAVE_FENCE
 #define mb()    asm volatile("mfence":::"memory")
 #define rmb()   asm volatile("lfence":::"memory")
 #define wmb()   asm volatile("sfence"::: "memory")
@@ -62,7 +62,7 @@
 #define rmc()  barrier()
 #define wmc()  barrier()
 
-#ifdef CONFIG_SMP
+#ifdef CONFIG_URCU_SMP
 #define smp_mb()       mb()
 #define smp_rmb()      rmb()
 #define smp_wmb()      wmb()
This page took 0.038628 seconds and 4 git commands to generate.