Cleanup: move generic caa_get_cycles to arch/generic.h
[urcu.git] / urcu / arch / alpha.h
index 9c81f0dfb989646b2551ba866c9d9267582338f0..e61f82c0728047528acf484d74cf7011a892914c 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <urcu/compiler.h>
 #include <urcu/config.h>
+#include <urcu/syscall-compat.h>
 
 #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
This page took 0.022843 seconds and 4 git commands to generate.