]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/tlbflush.h
Merge branch 'linus' into tracing/core
[karo-tx-linux.git] / arch / x86 / include / asm / tlbflush.h
index e2927c5f45b1816cf6132fc0eb2f3f3bb0b87e6e..a5ecc9c33e920eda5e50bcfe0313b333b1b2cd31 100644 (file)
@@ -152,7 +152,7 @@ struct tlb_state {
        struct mm_struct *active_mm;
        int state;
 };
-DECLARE_PER_CPU(struct tlb_state, cpu_tlbstate);
+DECLARE_PER_CPU_SHARED_ALIGNED(struct tlb_state, cpu_tlbstate);
 
 static inline void reset_lazy_tlbstate(void)
 {