xen/privcmd: move remap_domain_mfn_range() to core xen code and export.
authorIan Campbell <ian.campbell@citrix.com>
Thu, 21 May 2009 09:09:46 +0000 (10:09 +0100)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 20 Oct 2010 23:22:34 +0000 (16:22 -0700)
commitde1ef2065c4675ab1062ebc8d1cb6c5f42b61d04
tree8091769ae22659277e43df69a7101c17e19530fa
parentf020e2905166e12f9a8f109fe968cb5a9db887e9
xen/privcmd: move remap_domain_mfn_range() to core xen code and export.

This allows xenfs to be built as a module, previously it required flush_tlb_all
and arbitrary_virt_to_machine to be exported.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/xen/mmu.c
drivers/xen/xenfs/privcmd.c
include/xen/xen-ops.h