[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Fix for compiling PV-on-HVM driver on IPF
# HG changeset patch # User awilliam@xxxxxxxxxxxx # Date 1173710457 21600 # Node ID 1f303be683641a79a5f58b7b10018e9e41aac627 # Parent 9fbaf07d3f670b96d6a1653a002f5ca3db895fc8 [IA64] Fix for compiling PV-on-HVM driver on IPF Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@xxxxxxxxxxxxxx> --- unmodified_drivers/linux-2.6/platform-pci/xen_support.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletion(-) diff -r 9fbaf07d3f67 -r 1f303be68364 unmodified_drivers/linux-2.6/platform-pci/xen_support.c --- a/unmodified_drivers/linux-2.6/platform-pci/xen_support.c Thu Mar 08 09:50:25 2007 -0700 +++ b/unmodified_drivers/linux-2.6/platform-pci/xen_support.c Mon Mar 12 08:40:57 2007 -0600 @@ -45,7 +45,13 @@ unsigned long __hypercall(unsigned long return __res; } EXPORT_SYMBOL(__hypercall); -#endif + +int HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) +{ + return xencomm_mini_hypercall_grant_table_op(cmd, uop, count); +} +EXPORT_SYMBOL(HYPERVISOR_grant_table_op); +#endif /* __ia64__ */ void xen_machphys_update(unsigned long mfn, unsigned long pfn) { _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |