]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/pgtable_types.h
x86, mm: Create slow_virt_to_phys()
[karo-tx-linux.git] / arch / x86 / include / asm / pgtable_types.h
index 6c297e7998cc07398431ada2460410a7f24ff83f..9f82690f81ed71a8fbc5b7c25c1cc4107206dfa8 100644 (file)
@@ -352,6 +352,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 phys_addr_t slow_virt_to_phys(void *__address);
 
 #endif /* !__ASSEMBLY__ */