X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Farch%2Falpha.h;h=e61f82c0728047528acf484d74cf7011a892914c;hb=67ecffc0f530a7b5c4dd5111ea7dd3213da8eb91;hp=9c81f0dfb989646b2551ba866c9d9267582338f0;hpb=e51500edbd9919cee53bc85cbb4b22cd4786fc42;p=urcu.git diff --git a/urcu/arch/alpha.h b/urcu/arch/alpha.h index 9c81f0d..e61f82c 100644 --- a/urcu/arch/alpha.h +++ b/urcu/arch/alpha.h @@ -23,6 +23,7 @@ #include #include +#include #ifdef __cplusplus extern "C" { @@ -32,13 +33,6 @@ extern "C" { #define cmm_wmb() __asm__ __volatile__ ("wmb":::"memory") #define cmm_read_barrier_depends() __asm__ __volatile__ ("mb":::"memory") -typedef unsigned long long cycles_t; - -static inline cycles_t caa_get_cycles (void) -{ - return 0; /* not supported */ -} - #ifdef __cplusplus } #endif