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)
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>

No differences found