diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2010-06-17 14:22:52 +0100 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 2010-07-26 23:13:26 -0700 |
commit | 5915100106b8f14a38053ad6c03a664d208aeaa2 (patch) | |
tree | 86117ec2860f0a1d1f16fd778ab2e53722871d33 /arch/x86/xen/mmu.h | |
parent | c1c5413ad58cb73267d328e6020268aa2e50d8ca (diff) | |
download | blackbird-op-linux-5915100106b8f14a38053ad6c03a664d208aeaa2.tar.gz blackbird-op-linux-5915100106b8f14a38053ad6c03a664d208aeaa2.zip |
x86: Call HVMOP_pagetable_dying on exit_mmap.
When a pagetable is about to be destroyed, we notify Xen so that the
hypervisor can clear the related shadow pagetable.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch/x86/xen/mmu.h')
-rw-r--r-- | arch/x86/xen/mmu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/mmu.h b/arch/x86/xen/mmu.h index 5fe6bc7f5ecf..fa938c4aa2f7 100644 --- a/arch/x86/xen/mmu.h +++ b/arch/x86/xen/mmu.h @@ -60,4 +60,5 @@ void xen_ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, unsigned long xen_read_cr2_direct(void); extern void xen_init_mmu_ops(void); +extern void xen_hvm_init_mmu_ops(void); #endif /* _XEN_MMU_H */ |