X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Farch_ppc.h;h=49d844b617aafced769b48b3fddd57c5b3106e85;hb=94b7b9d25402e563a44651e65a29c88d41255bca;hp=40a4359417872c0099a59d0d01d8ac2065447a26;hpb=7d413817f09b2d17b1a79ea012590609ffab5eb6;p=urcu.git diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index 40a4359..49d844b 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -23,9 +23,12 @@ */ #include -#include "config.h" +#include + +#ifdef __cplusplus +extern "C" { +#endif -#define CONFIG_HAVE_FENCE 1 #define CONFIG_HAVE_MEM_COHERENCY /* Include size of POWER5+ L3 cache lines: 256 bytes */ @@ -54,7 +57,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() @@ -116,4 +119,8 @@ static inline cycles_t get_cycles (void) } } +#ifdef __cplusplus +} +#endif + #endif /* _URCU_ARCH_PPC_H */