From 22b63ec43c9cfeac380665f99052b5fe94082c79 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 28 Sep 2009 23:09:25 -0400 Subject: [PATCH] Update tests api*.h Signed-off-by: Mathieu Desnoyers --- tests/api_ppc.h | 2 ++ tests/api_x86.h | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/api_ppc.h b/tests/api_ppc.h index c351d4d..3ca5270 100644 --- a/tests/api_ppc.h +++ b/tests/api_ppc.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 diff --git a/tests/api_x86.h b/tests/api_x86.h index 95f4c93..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 @@ -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 */ /* -- 2.34.1