X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch%2Falpha.h;h=e61f82c0728047528acf484d74cf7011a892914c;hp=f4ef3d7d7fed66578011bc4e3700dfca0c0f219c;hb=f8c43f458c80566d298d539ec518a8be8c7cc861;hpb=c23069c6cf733ed8a39e64300c264285f658ae23 diff --git a/urcu/arch/alpha.h b/urcu/arch/alpha.h index f4ef3d7..e61f82c 100644 --- a/urcu/arch/alpha.h +++ b/urcu/arch/alpha.h @@ -33,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