diff options
Diffstat (limited to 'arch/x86/include/asm/tlbflush.h')
-rw-r--r-- | arch/x86/include/asm/tlbflush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/tlbflush.h b/arch/x86/include/asm/tlbflush.h index 6fa85944af83..fc5abff9b7fd 100644 --- a/arch/x86/include/asm/tlbflush.h +++ b/arch/x86/include/asm/tlbflush.h | |||
@@ -188,7 +188,7 @@ static inline void __native_flush_tlb_single(unsigned long addr) | |||
188 | 188 | ||
189 | static inline void __flush_tlb_all(void) | 189 | static inline void __flush_tlb_all(void) |
190 | { | 190 | { |
191 | if (static_cpu_has(X86_FEATURE_PGE)) | 191 | if (boot_cpu_has(X86_FEATURE_PGE)) |
192 | __flush_tlb_global(); | 192 | __flush_tlb_global(); |
193 | else | 193 | else |
194 | __flush_tlb(); | 194 | __flush_tlb(); |