summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/pgtable_types.h
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2014-12-15 16:41:00 +0000
committerDavid Vrabel <david.vrabel@citrix.com>2014-12-15 16:41:00 +0000
commitf1d04b23b2015b4c3c0a8419677179b133afea08 (patch)
tree7ab467f8725f1a0e07b01ef32f3b3f412a3384d2 /arch/x86/include/asm/pgtable_types.h
parent4ef8e3f3504808621e594f01852476a1d4e7ef93 (diff)
parentcdfa0badfc8849ad1b7fc0188e17e2a0ede81ba9 (diff)
Merge branch 'devel/for-linus-3.19' into stable/for-linus-3.19
Diffstat (limited to 'arch/x86/include/asm/pgtable_types.h')
-rw-r--r--arch/x86/include/asm/pgtable_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pgtable_types.h b/arch/x86/include/asm/pgtable_types.h
index 07789647bf33..d83f5e7ddbdf 100644
--- a/arch/x86/include/asm/pgtable_types.h
+++ b/arch/x86/include/asm/pgtable_types.h
@@ -396,6 +396,7 @@ static inline void update_page_count(int level, unsigned long pages) { }
extern pte_t *lookup_address(unsigned long address, unsigned int *level);
extern pte_t *lookup_address_in_pgd(pgd_t *pgd, unsigned long address,
unsigned int *level);
+extern pmd_t *lookup_pmd_address(unsigned long address);
extern phys_addr_t slow_virt_to_phys(void *__address);
extern int kernel_map_pages_in_pgd(pgd_t *pgd, u64 pfn, unsigned long address,
unsigned numpages, unsigned long page_flags);