[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [IA64] linux: HYPERVISR_update_va_mapping()
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID 23694acabb72999a1390d0c96136734503f0df13 # Parent 873a3451a81ab3462e424ffc2fb9449bcc9c5cf1 [IA64] linux: HYPERVISR_update_va_mapping() add the trivial definition, HYPERVISOR_update_va_mapping(), to compile balloon driver. Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- linux-2.6-xen-sparse/include/asm-ia64/hypercall.h | 4 ++++ 1 files changed, 4 insertions(+) diff -r 873a3451a81a -r 23694acabb72 linux-2.6-xen-sparse/include/asm-ia64/hypercall.h --- a/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h Tue May 09 11:47:15 2006 -0600 +++ b/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h Tue May 09 11:50:27 2006 -0600 @@ -514,6 +514,10 @@ HYPERVISOR_add_physmap(unsigned long gpf } return ret; } + +// for balloon driver +#define HYPERVISOR_update_va_mapping(va, new_val, flags) (0) + #else #define HYPERVISOR_ioremap(ioaddr, size) (ioaddr) #define HYPERVISOR_phystomach(gpfn) (gpfn) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |