X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch_x86.h;fp=urcu%2Farch_x86.h;h=4ba08f7a288796186aeda16679d3fe8a7d558506;hp=a72ef064d236c21d45086fd86293edd251943591;hb=49617de1d80d771ac9a1d45b1710b16fac65e0aa;hpb=c96a37267efd57cddf7a30f472f9e56f2ecddddc diff --git a/urcu/arch_x86.h b/urcu/arch_x86.h index a72ef06..4ba08f7 100644 --- a/urcu/arch_x86.h +++ b/urcu/arch_x86.h @@ -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()