x86, mm: Separate x86_64 vmalloc_sync_all() into separate functions
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / x86 / include / asm / pgtable_64.h
index 076052c..f96ac9b 100644 (file)
@@ -102,6 +102,8 @@ static inline void native_pgd_clear(pgd_t *pgd)
        native_set_pgd(pgd, native_make_pgd(0));
 }
 
+extern void sync_global_pgds(unsigned long start, unsigned long end);
+
 /*
  * Conversion functions: convert a page and protection to a page entry,
  * and a page entry and page directory to the page they refer to.