Cleanup: move generic caa_get_cycles to arch/generic.h
[urcu.git] / urcu / arch / mips.h
index 54c3c529d8d1546ab1b56ead2cd06d3d6ccf44c2..ea5b7e9539d8449b4297135a2fd41cf53ea93c03 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <urcu/compiler.h>
 #include <urcu/config.h>
+#include <urcu/syscall-compat.h>
 
 #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
This page took 0.022787 seconds and 4 git commands to generate.