--- linux/net/tux/logger.c.~1~ Wed May 9 12:53:23 2001 +++ linux/net/tux/logger.c Wed May 9 16:50:03 2001 @@ -49,7 +49,9 @@ int tux_logentry_align_order = 5; -#if SMP_CACHE_BYTES == 16 +#if SMP_CACHE_BYTES == 8 +# define TUX_LOGENTRY_ALIGN 3 +#elif SMP_CACHE_BYTES == 16 # define TUX_LOGENTRY_ALIGN 4 #else #if SMP_CACHE_BYTES == 32