x86/mm: Align TLB invalidation info
[linux-2.6-microblaze.git] / arch / x86 / mm / tlb.c
index 8dcc060..6550d37 100644 (file)
@@ -613,7 +613,7 @@ void flush_tlb_mm_range(struct mm_struct *mm, unsigned long start,
 {
        int cpu;
 
-       struct flush_tlb_info info = {
+       struct flush_tlb_info info __aligned(SMP_CACHE_BYTES) = {
                .mm = mm,
        };