ia64/xen-unstable
changeset 11336:4ba098226429
[IA64] change arch_memory_op #def to a prototype
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | awilliam@xenbuild.aw |
---|---|
date | Fri Sep 01 12:52:12 2006 -0600 (2006-09-01) |
parents | 2f3db1a38b11 |
children | 1bab7d65171b |
files | xen/include/asm-ia64/mm.h |
line diff
1.1 --- a/xen/include/asm-ia64/mm.h Fri Sep 01 11:20:48 2006 -0600 1.2 +++ b/xen/include/asm-ia64/mm.h Fri Sep 01 12:52:12 2006 -0600 1.3 @@ -495,7 +495,7 @@ extern u64 translate_domain_pte(u64 ptev 1.4 ((gmfn_to_mfn((_d),(gpa)>>PAGE_SHIFT)<<PAGE_SHIFT)|((gpa)&~PAGE_MASK)) 1.5 1.6 /* Arch-specific portion of memory_op hypercall. */ 1.7 -#define arch_memory_op(op, arg) (-ENOSYS) 1.8 +long arch_memory_op(int op, XEN_GUEST_HANDLE(void) arg); 1.9 1.10 int steal_page( 1.11 struct domain *d, struct page_info *page, unsigned int memflags);