X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch%2Fppc.h;h=0bef952ccd20095714bcb96839464a7fdf8681ff;hp=8a96dd9deb50626efe6a9a8b75e6cbab7c0dc628;hb=f8c43f458c80566d298d539ec518a8be8c7cc861;hpb=999991c6e4600c410181baea65bda9f406464872 diff --git a/urcu/arch/ppc.h b/urcu/arch/ppc.h index 8a96dd9..0bef952 100644 --- a/urcu/arch/ppc.h +++ b/urcu/arch/ppc.h @@ -82,6 +82,8 @@ extern "C" { rval; \ }) +#define HAS_CAA_GET_CYCLES + typedef unsigned long long cycles_t; #ifdef __powerpc64__ @@ -105,6 +107,14 @@ static inline cycles_t caa_get_cycles(void) } #endif +/* + * Define the membarrier system call number if not yet available in the + * system headers. + */ +#ifndef __NR_membarrier +#define __NR_membarrier 365 +#endif + #ifdef __cplusplus } #endif