API prefix standardization: urcu_ -> rcu_
[urcu.git] / urcu / arch_ppc.h
index 49d844b617aafced769b48b3fddd57c5b3106e85..c1762ae2d8dd3385b793f2df95a248695f7593c7 100644 (file)
@@ -57,7 +57,7 @@ extern "C" {
 #define rmc()  barrier()
 #define wmc()  barrier()
 
-#ifdef CONFIG_URCU_SMP
+#ifdef CONFIG_RCU_SMP
 #define smp_mb()       mb()
 #define smp_rmb()      rmb()
 #define smp_wmb()      wmb()
This page took 0.022515 seconds and 4 git commands to generate.