X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Ftest_qsbr.c;h=6230510ab39688d9ba8524e6aadc9bc721470883;hb=b4e52e3e9e563d38607a8e0ab0aa72e7ab2b47b4;hp=43797716bcaff18fc1a8c9d6eb2fffe2bc3d6e95;hpb=7ac06cef7a7d9394332837edc5c0e9595286a5fc;p=urcu.git diff --git a/tests/test_qsbr.c b/tests/test_qsbr.c index 4379771..6230510 100644 --- a/tests/test_qsbr.c +++ b/tests/test_qsbr.c @@ -33,10 +33,7 @@ #include #include -#include "../arch.h" - -/* Make this big enough to include the POWER5+ L3 cacheline size of 256B */ -#define CACHE_LINE_SIZE 4096 +#include /* hardcoded number of CPUs */ #define NR_CPUS 16384 @@ -61,7 +58,7 @@ static inline pid_t gettid(void) #else #define debug_yield_read() #endif -#include "../urcu-qsbr.h" +#include "urcu-qsbr.h" struct test_array { int a;