define CACHE_LINE_SIZE in arch_*.h
[urcu.git] / tests / test_urcu_timing.c
index a3ca783a35a806daae65f914fec9bec2c2f0ab58..13c0993570817560b4e45809db9660bf0f09b074 100644 (file)
 #include <stdio.h>
 #include <assert.h>
 #include <sys/syscall.h>
-#include "../arch.h"
-
-/* Make this big enough to include the POWER5+ L3 cacheline size of 256B */
-#define CACHE_LINE_SIZE 4096
+#include <urcu/arch.h>
 
 #if defined(_syscall0)
 _syscall0(pid_t, gettid)
@@ -51,7 +48,7 @@ static inline pid_t gettid(void)
 #endif
 
 #define _LGPL_SOURCE
-#include "../urcu.h"
+#include <urcu.h>
 
 pthread_mutex_t rcu_copy_mutex = PTHREAD_MUTEX_INITIALIZER;
 
This page took 0.022826 seconds and 4 git commands to generate.