x86: make zap_low_mapping could be used early
[platform/kernel/linux-starfive.git] / arch / x86 / include / asm / tlbflush.h
index a5ecc9c..7f3eba0 100644 (file)
@@ -172,6 +172,6 @@ static inline void flush_tlb_kernel_range(unsigned long start,
        flush_tlb_all();
 }
 
-extern void zap_low_mappings(void);
+extern void zap_low_mappings(bool early);
 
 #endif /* _ASM_X86_TLBFLUSH_H */