]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/pgtable_types.h
memory-hotplug: common APIs to support page tables hot-remove
[karo-tx-linux.git] / arch / x86 / include / asm / pgtable_types.h
index e6423002c10b5211af8fd45cb1cefa120d45c534..567b5d0632b2e4563781fdfaad508cd1c6c6665a 100644 (file)
@@ -351,6 +351,7 @@ static inline void update_page_count(int level, unsigned long pages) { }
  * as a pte too.
  */
 extern pte_t *lookup_address(unsigned long address, unsigned int *level);
+extern int __split_large_page(pte_t *kpte, unsigned long address, pte_t *pbase);
 extern phys_addr_t slow_virt_to_phys(void *__address);
 
 #endif /* !__ASSEMBLY__ */