X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Farch%2Fppc.h;h=1784ccdfe4aed8663e9706dc99e3ff0833f509eb;hb=c23069c6cf733ed8a39e64300c264285f658ae23;hp=8a96dd9deb50626efe6a9a8b75e6cbab7c0dc628;hpb=999991c6e4600c410181baea65bda9f406464872;p=urcu.git diff --git a/urcu/arch/ppc.h b/urcu/arch/ppc.h index 8a96dd9..1784ccd 100644 --- a/urcu/arch/ppc.h +++ b/urcu/arch/ppc.h @@ -105,6 +105,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