--- portab.h 2002/03/21 13:44:29 1.5 +++ portab.h 2002/03/21 17:27:06 1.6 @@ -74,7 +74,8 @@ #endif #define CACHE_LINE 16 -#define CACHE_ALIGN +#define CACHE_ALIGN __attribute__ ((__aligned__(CACHE_LINE))) + #if defined(LINUX)