Compat futex
[urcu.git] / urcu / arch_ppc.h
index 2f9460b8542d6a8a43baa5f55c59b324284e34d2..12b018eef7d90276524d56e8606ab3786e615a0b 100644 (file)
@@ -25,7 +25,6 @@
 #include <urcu/compiler.h>
 #include <urcu/config.h>
 
-#define CONFIG_HAVE_FENCE 1
 #define CONFIG_HAVE_MEM_COHERENCY
 
 /* Include size of POWER5+ L3 cache lines: 256 bytes */
@@ -54,7 +53,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.022973 seconds and 4 git commands to generate.