X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch%2Fx86.h;h=afbf4fad37b68b8cb18f2eccb15f8c308e1eb02d;hp=ecc4b2d39b4133cb026fbe98be6cace2c5c3e223;hb=f8c43f458c80566d298d539ec518a8be8c7cc861;hpb=c23069c6cf733ed8a39e64300c264285f658ae23 diff --git a/urcu/arch/x86.h b/urcu/arch/x86.h index ecc4b2d..afbf4fa 100644 --- a/urcu/arch/x86.h +++ b/urcu/arch/x86.h @@ -69,6 +69,8 @@ extern "C" { #define caa_cpu_relax() __asm__ __volatile__ ("rep; nop" : : : "memory") +#define HAS_CAA_GET_CYCLES + #define rdtscll(val) \ do { \ unsigned int __a, __d; \