]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commitdiff
[IA64] Add dummy HYPERVISOR_mmu_update to compile gnttab.c
authorAlex Williamson <alex.williamson@hp.com>
Tue, 12 Jun 2007 21:41:21 +0000 (15:41 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Tue, 12 Jun 2007 21:41:21 +0000 (15:41 -0600)
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
include/asm-ia64/hypercall.h

index e4e31a8832018dd1645082ba7f102df356eff7d5..025efbb3e18aab034c8741ae7e2e289ae3e96227 100644 (file)
@@ -422,4 +422,7 @@ xencomm_arch_hypercall_fpswa_revision(struct xencomm_handle *arg)
 #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__ */