Cleanup: move generic caa_get_cycles to arch/generic.h
[urcu.git] / urcu / arch / mips.h
index 4ecdc37c52439799c666810598d475db670ab6a1..ea5b7e9539d8449b4297135a2fd41cf53ea93c03 100644 (file)
@@ -36,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
This page took 0.022693 seconds and 4 git commands to generate.