[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] [IA64] Add dummy HYPERVISOR_mmu_update to compile gnttab.c
# HG changeset patch # User Alex Williamson <alex.williamson@xxxxxx> # Date 1181684481 21600 # Node ID 02504657d9fc0911bb248ae64e02e79dd2fa5673 # Parent 50306c16650087922da4b54b4d222cfd8d17697a [IA64] Add dummy HYPERVISOR_mmu_update to compile gnttab.c Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- include/asm-ia64/hypercall.h | 3 +++ 1 files changed, 3 insertions(+) diff -r 50306c166500 -r 02504657d9fc include/asm-ia64/hypercall.h --- a/include/asm-ia64/hypercall.h Tue Jun 12 15:40:30 2007 -0600 +++ b/include/asm-ia64/hypercall.h Tue Jun 12 15:41:21 2007 -0600 @@ -422,4 +422,7 @@ xencomm_arch_hypercall_fpswa_revision(st #define HYPERVISOR_suspend xencomm_hypercall_suspend #define HYPERVISOR_vcpu_op xencomm_hypercall_vcpu_op +/* to compile gnttab_copy_grant_page() in drivers/xen/core/gnttab.c */ +#define HYPERVISOR_mmu_update(req, count, success_count, domid) ({BUG();0;}) + #endif /* __HYPERCALL_H__ */ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |