Cleanup: remove trailing whitespaces at EOL
[urcu.git] / urcu / arch / x86.h
index ecc4b2d39b4133cb026fbe98be6cace2c5c3e223..a5b3a23b385f26f7aea6b5daaf70cab762fc4262 100644 (file)
@@ -28,7 +28,7 @@
 
 #ifdef __cplusplus
 extern "C" {
-#endif 
+#endif
 
 #define CAA_CACHE_LINE_SIZE    128
 
@@ -69,6 +69,8 @@ extern "C" {
 
 #define caa_cpu_relax()        __asm__ __volatile__ ("rep; nop" : : : "memory")
 
+#define HAS_CAA_GET_CYCLES
+
 #define rdtscll(val)                                                     \
        do {                                                              \
             unsigned int __a, __d;                                       \
@@ -101,7 +103,7 @@ static inline cycles_t caa_get_cycles(void)
 #endif
 #endif
 
-#ifdef __cplusplus 
+#ifdef __cplusplus
 }
 #endif
 
This page took 0.022947 seconds and 4 git commands to generate.