fix api.h generation on x86 and powerpc
[urcu.git] / tests / test_rwlock_timing.c
index 5bc93d33d969e8a1cf1c74901d048f06652a68eb..c5c947895458d19311f8ff8774f8579cfc521fc7 100644 (file)
 #include <assert.h>
 #include <sys/syscall.h>
 #include <pthread.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
 
-#include "../urcu.h"
+#include <urcu.h>
 
 struct test_array {
        int a;
This page took 0.023355 seconds and 4 git commands to generate.