Commit 15ce6005 authored by Ingo Molnar's avatar Ingo Molnar

xen: export get_phys_to_machine

-tip testing found the following xen-console symbols trouble:

  ERROR: "get_phys_to_machine" [drivers/video/xen-fbfront.ko] undefined!
  ERROR: "get_phys_to_machine" [drivers/net/xen-netfront.ko] undefined!
  ERROR: "get_phys_to_machine" [drivers/input/xen-kbdfront.ko] undefined!

with:

  http://redhat.com/~mingo/misc/config-Mon_Jun__2_12_25_13_CEST_2008.bad
parent c7827728
...@@ -136,6 +136,7 @@ unsigned long get_phys_to_machine(unsigned long pfn) ...@@ -136,6 +136,7 @@ unsigned long get_phys_to_machine(unsigned long pfn)
idx = p2m_index(pfn); idx = p2m_index(pfn);
return p2m_top[topidx][idx]; return p2m_top[topidx][idx];
} }
EXPORT_SYMBOL_GPL(get_phys_to_machine);
static void alloc_p2m(unsigned long **pp, unsigned long *mfnp) static void alloc_p2m(unsigned long **pp, unsigned long *mfnp)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment