X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fapi_x86.h;h=4f6e836388ccc2e14693e080a7fcdb12b4b73f40;hb=cdc45d639bb6c2e6e35fef529b4e9ad9ae83b2b5;hp=77d86a13a0208b5db189a6c17add55c92e262132;hpb=63ff4873e046ba582d20e79ebff16ee7da2aa92f;p=urcu.git diff --git a/tests/api_x86.h b/tests/api_x86.h index 77d86a1..4f6e836 100644 --- a/tests/api_x86.h +++ b/tests/api_x86.h @@ -25,6 +25,8 @@ * to redistribute under later versions of GPL might not be available. */ +#include + #ifndef __always_inline #define __always_inline inline #endif @@ -71,7 +73,7 @@ * Machine parameters. */ -#define CACHE_LINE_SIZE 64 +/* #define CACHE_LINE_SIZE 64 */ #define ____cacheline_internodealigned_in_smp \ __attribute__((__aligned__(1 << 6))) @@ -359,7 +361,7 @@ __asm__ __volatile__(LOCK_PREFIX "orl %0,%1" \ */ #ifndef CACHE_LINE_SIZE -#define CACHE_LINE_SIZE 128 +/* #define CACHE_LINE_SIZE 128 */ #endif /* #ifndef CACHE_LINE_SIZE */ /*