diff options
-rw-r--r-- | arch/x86/xen/mmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index eef3b5c6e2fe..17f374eb1faa 100644 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c | |||
@@ -136,6 +136,7 @@ unsigned long get_phys_to_machine(unsigned long pfn) | |||
136 | idx = p2m_index(pfn); | 136 | idx = p2m_index(pfn); |
137 | return p2m_top[topidx][idx]; | 137 | return p2m_top[topidx][idx]; |
138 | } | 138 | } |
139 | EXPORT_SYMBOL_GPL(get_phys_to_machine); | ||
139 | 140 | ||
140 | static void alloc_p2m(unsigned long **pp, unsigned long *mfnp) | 141 | static void alloc_p2m(unsigned long **pp, unsigned long *mfnp) |
141 | { | 142 | { |