X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Farch%2Fmips.h;h=ea5b7e9539d8449b4297135a2fd41cf53ea93c03;hp=54c3c529d8d1546ab1b56ead2cd06d3d6ccf44c2;hb=f8c43f458c80566d298d539ec518a8be8c7cc861;hpb=e1259cb17954e4e03954ba7376d3ed61649116cd diff --git a/urcu/arch/mips.h b/urcu/arch/mips.h index 54c3c52..ea5b7e9 100644 --- a/urcu/arch/mips.h +++ b/urcu/arch/mips.h @@ -24,6 +24,7 @@ #include #include +#include #ifdef __cplusplus extern "C" { @@ -35,13 +36,6 @@ extern "C" { " .set mips0 \n" \ :::"memory") -typedef unsigned long long cycles_t; - -static inline cycles_t caa_get_cycles(void) -{ - return 0; /* not supported */ -} - #ifdef __cplusplus } #endif