X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fapi_x86.h;h=05fc05adbd538f3631efc419f6bd78d461ff5106;hb=1a43bbd8f98d5dcf1404b16ab4dc4bfddd65c3b0;hp=95f4c93d41114e50e2059a87060945ba959490e3;hpb=b4e52e3e9e563d38607a8e0ab0aa72e7ab2b47b4;p=urcu.git diff --git a/tests/api_x86.h b/tests/api_x86.h index 95f4c93..05fc05a 100644 --- a/tests/api_x86.h +++ b/tests/api_x86.h @@ -1,5 +1,6 @@ /* MECHANICALLY GENERATED, DO NOT EDIT!!! */ +#ifndef _INCLUDE_API_H #define _INCLUDE_API_H /* @@ -25,6 +26,8 @@ * to redistribute under later versions of GPL might not be available. */ +#include + #ifndef __always_inline #define __always_inline inline #endif @@ -359,7 +362,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 */ /* @@ -1391,3 +1394,5 @@ static inline void hlist_move_list(struct hlist_head *old, pos = n) #endif + +#endif