diff -urNp tlb-ref/include/asm-i386/pgalloc.h tlb/include/asm-i386/pgalloc.h --- tlb-ref/include/asm-i386/pgalloc.h Wed May 29 18:19:30 2002 +++ tlb/include/asm-i386/pgalloc.h Wed May 29 18:20:08 2002 @@ -224,8 +224,7 @@ struct tlb_state { struct mm_struct *active_mm; int state; - char __cacheline_padding[24]; -}; +} ____cacheline_aligned; extern struct tlb_state cpu_tlbstate[NR_CPUS]; #endif /* CONFIG_SMP */