61e8283886db941a9d0f48965ece1f25a0efc3c9
1 #ifndef _URCU_ARCH_HPPA_H
2 #define _URCU_ARCH_HPPA_H
4 #include <urcu/compiler.h>
5 #include <urcu/config.h>
6 #include <urcu/syscall-compat.h>
15 typedef unsigned long cycles_t
;
17 static inline cycles_t
caa_get_cycles(void)
21 asm volatile("mfctl 16, %0" : "=r" (cycles
));
29 #include <urcu/arch/generic.h>
31 #endif /* _URCU_ARCH_HPPA_H */
This page took 0.030589 seconds and 4 git commands to generate.