diff options
Diffstat (limited to 'arch/x86/xen/mmu.h')
-rw-r--r-- | arch/x86/xen/mmu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/xen/mmu.h b/arch/x86/xen/mmu.h index 19d544b0b6c6..0f59bd03f9e3 100644 --- a/arch/x86/xen/mmu.h +++ b/arch/x86/xen/mmu.h | |||
@@ -51,6 +51,8 @@ void xen_set_pgd(pgd_t *pgdp, pgd_t pgd); | |||
51 | void xen_set_pgd_hyper(pgd_t *pgdp, pgd_t pgd); | 51 | void xen_set_pgd_hyper(pgd_t *pgdp, pgd_t pgd); |
52 | #endif | 52 | #endif |
53 | 53 | ||
54 | pgd_t *xen_get_user_pgd(pgd_t *pgd); | ||
55 | |||
54 | pte_t xen_ptep_modify_prot_start(struct mm_struct *mm, unsigned long addr, pte_t *ptep); | 56 | pte_t xen_ptep_modify_prot_start(struct mm_struct *mm, unsigned long addr, pte_t *ptep); |
55 | void xen_ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, | 57 | void xen_ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, |
56 | pte_t *ptep, pte_t pte); | 58 | pte_t *ptep, pte_t pte); |