From 77942374759502f740ccd7ec9130e7e790494d3a Mon Sep 17 00:00:00 2001 From: wernsaar Date: Sat, 6 Sep 2014 11:01:42 +0200 Subject: [PATCH] undef WHEREAMI --- common_x86_64.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common_x86_64.h b/common_x86_64.h index ae9b88718..547614f74 100644 --- a/common_x86_64.h +++ b/common_x86_64.h @@ -105,8 +105,8 @@ static __inline void cpuid(int op, int *eax, int *ebx, int *ecx, int *edx){ } /* - #define WHEREAMI +*/ static inline int WhereAmI(void){ int eax, ebx, ecx, edx; @@ -118,7 +118,6 @@ static inline int WhereAmI(void){ return apicid; } -*/ #ifdef CORE_BARCELONA #define IFLUSH gotoblas_iflush()