# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Date 1181025891 -32400 # Node ID d537f6f5a5de527613b4d2045e0f8d5a24c05cf1 # Parent 552f999fcc091457228322c3b58cd924508bfad3 add dummy HYPERVISOR_mmu_update to compile gnttab.c PATCHNAME: add_dummy_hypervisor_mmu_update Signed-off-by: Isaku Yamahata diff -r 552f999fcc09 -r d537f6f5a5de linux-2.6-xen-sparse/include/asm-ia64/hypercall.h --- a/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h Tue Jun 05 15:44:03 2007 +0900 +++ b/linux-2.6-xen-sparse/include/asm-ia64/hypercall.h Tue Jun 05 15:44:51 2007 +0900 @@ -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__ */