# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Date 1181025891 -32400 # Node ID 563867f514df8d27cc171ae63a21773ebc01fcdf # Parent 7b1613144f47a003521a982349ca9fde85922516 add dummy HYPERVISOR_mmu_update to compile gnttab.c PATCHNAME: add_dummy_hypervisor_mmu_update Signed-off-by: Isaku Yamahata diff -r 7b1613144f47 -r 563867f514df include/asm-ia64/hypercall.h --- a/include/asm-ia64/hypercall.h Tue Jun 12 12:32:37 2007 +0900 +++ b/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__ */