Cleanup: remove trailing whitespaces at EOL
[urcu.git] / urcu / arch / arm.h
index 1457166270314653f9564cdaf99e6c6a598e7e9b..d7affaabe85685b6c62929073e7baa732ef69a1d 100644 (file)
@@ -28,7 +28,7 @@
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
-#endif 
+#endif
 
 #ifdef CONFIG_RCU_ARM_HAVE_DMB
 #define cmm_mb()       __asm__ __volatile__ ("dmb":::"memory")
 
 #ifdef CONFIG_RCU_ARM_HAVE_DMB
 #define cmm_mb()       __asm__ __volatile__ ("dmb":::"memory")
@@ -39,19 +39,6 @@ extern "C" {
 #include <stdlib.h>
 #include <sys/time.h>
 
 #include <stdlib.h>
 #include <sys/time.h>
 
-typedef unsigned long long cycles_t;
-
-static inline cycles_t caa_get_cycles (void)
-{
-       cycles_t thetime;
-       struct timeval tv;
-
-       if (gettimeofday(&tv, NULL) != 0)
-               return 0;
-       thetime = ((cycles_t)tv.tv_sec) * 1000000ULL + ((cycles_t)tv.tv_usec);
-       return (cycles_t)thetime;
-}
-
 /*
  * Define the membarrier system call number if not yet available in the
  * system headers.
 /*
  * Define the membarrier system call number if not yet available in the
  * system headers.
@@ -60,7 +47,7 @@ static inline cycles_t caa_get_cycles (void)
 #define __NR_membarrier                389
 #endif
 
 #define __NR_membarrier                389
 #endif
 
-#ifdef __cplusplus 
+#ifdef __cplusplus
 }
 #endif
 
 }
 #endif
 
This page took 0.023245 seconds and 4 git commands to generate.