X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch%2Falpha.h;h=e61f82c0728047528acf484d74cf7011a892914c;hp=9c81f0dfb989646b2551ba866c9d9267582338f0;hb=f8c43f458c80566d298d539ec518a8be8c7cc861;hpb=e51500edbd9919cee53bc85cbb4b22cd4786fc42 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