WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

[Xen-ia64-devel] [PATCH 4 of 5] Export some additional symbols needed fo

To: Juan Quintela <quintela@xxxxxxxxxx>
Subject: [Xen-ia64-devel] [PATCH 4 of 5] Export some additional symbols needed for forward port to 2.6.18
From: Aron Griffis <aron@xxxxxx>
Date: Thu, 27 Jul 2006 00:10:58 -0400
Cc: Prarit Bhargava <prarit@xxxxxxxxxx>, fedora-xen@xxxxxxxxxx, Chris Wright <chrisw@xxxxxxxxxxxx>, Dave Jones <davej@xxxxxxxxxx>, fedora-ia64-list@xxxxxxxxxx, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 26 Jul 2006 21:15:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1153973454@xxxxxxxxxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
1 file changed, 4 insertions(+)
arch/ia64/xen/hypervisor.c |    4 ++++


# HG changeset patch
# User agriffis@xxxxxxxxxxxxxxx
# Node ID 5602e37817d5712662b8240b5efa16a9c847c032
# Parent  8de5c39ac1ef23a8c257fd02186d9810f9c358c5
Export some additional symbols needed for forward port to 2.6.18

Signed-off-by: Aron Griffis <aron@xxxxxx>

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

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel