xen: export arbitrary_virt_to_machine

Fixes this build error:

ERROR: "arbitrary_virt_to_machine" [drivers/xen/xen-gntdev.ko] undefined!

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Stephen Rothwell and committed by Linus Torvalds de23be5f 3632ef89

+1
+1
arch/x86/xen/mmu.c
··· 201 offset = address & ~PAGE_MASK; 202 return XMADDR(((phys_addr_t)pte_mfn(*pte) << PAGE_SHIFT) + offset); 203 } 204 205 void make_lowmem_page_readonly(void *vaddr) 206 {
··· 201 offset = address & ~PAGE_MASK; 202 return XMADDR(((phys_addr_t)pte_mfn(*pte) << PAGE_SHIFT) + offset); 203 } 204 + EXPORT_SYMBOL_GPL(arbitrary_virt_to_machine); 205 206 void make_lowmem_page_readonly(void *vaddr) 207 {