]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/tlbflush.h
Merge branch 'x86/process' into x86/mm, to create new base for further patches
[karo-tx-linux.git] / arch / x86 / include / asm / tlbflush.h
index ff4923a19f791e6de8fd927474586ad9d3a9db12..75d002bdb3f35bcc12c06ec4acc213bc49241ae9 100644 (file)
@@ -198,7 +198,7 @@ static inline void __native_flush_tlb_single(unsigned long addr)
 
 static inline void __flush_tlb_all(void)
 {
-       if (static_cpu_has(X86_FEATURE_PGE))
+       if (boot_cpu_has(X86_FEATURE_PGE))
                __flush_tlb_global();
        else
                __flush_tlb();