1 file changed, 4 insertions(+) arch/ia64/xen/hypervisor.c | 4 ++++
# HG changeset patch # User agriffis@cheo.zko.hp.com # Node ID 5602e37817d5712662b8240b5efa16a9c847c032 # Parent 8de5c39ac1ef23a8c257fd02186d9810f9c358c5 Export some additional symbols needed for forward port to 2.6.18
Signed-off-by: Aron Griffis aron@hp.com
diff -r 8de5c39ac1ef -r 5602e37817d5 arch/ia64/xen/hypervisor.c --- a/arch/ia64/xen/hypervisor.c Thu Jul 27 00:09:59 2006 -0400 +++ b/arch/ia64/xen/hypervisor.c Thu Jul 27 00:10:03 2006 -0400 @@ -35,6 +35,7 @@ EXPORT_SYMBOL(HYPERVISOR_shared_info); EXPORT_SYMBOL(HYPERVISOR_shared_info);
start_info_t *xen_start_info; +EXPORT_SYMBOL(xen_start_info);
int running_on_xen; EXPORT_SYMBOL(running_on_xen); @@ -91,6 +92,7 @@ ia64_xenmem_reservation_op(unsigned long } return ret; } +EXPORT_SYMBOL(ia64_xenmem_reservation_op);
//XXX same as i386, x86_64 contiguous_bitmap_set(), contiguous_bitmap_clear() // move those to lib/contiguous_bitmap? @@ -379,12 +381,14 @@ HYPERVISOR_grant_table_op(unsigned int c
return ____HYPERVISOR_grant_table_op(cmd, uop, count); } +EXPORT_SYMBOL(HYPERVISOR_grant_table_op);
/////////////////////////////////////////////////////////////////////////// // PageForeign(), SetPageForeign(), ClearPageForeign()
struct address_space xen_ia64_foreign_dummy_mapping; +EXPORT_SYMBOL(xen_ia64_foreign_dummy_mapping);
/////////////////////////////////////////////////////////////////////////// // foreign mapping