[IA64] remove warning This patch remove the following warning. > memory.c:116: warning: implicit declaration of function 'guest_physmap_mark_populate_on_demand' > memory.c:206: warning: implicit declaration of function 'p2m_pod_decrease_reservation' Signed-off-by: Isaku Yamahata diff --git a/xen/include/asm-ia64/mm.h b/xen/include/asm-ia64/mm.h --- a/xen/include/asm-ia64/mm.h +++ b/xen/include/asm-ia64/mm.h @@ -466,6 +466,12 @@ extern unsigned long dom0vp_get_memmap(d #define dom0vp_get_memmap(domid, buffer) (-ENOSYS) #endif +int +p2m_pod_decrease_reservation(struct domain *d, + xen_pfn_t gpfn, unsigned int order); +int guest_physmap_mark_populate_on_demand(struct domain *d, unsigned long gfn, + unsigned int order); + extern volatile unsigned long *mpt_table; extern unsigned long gmfn_to_mfn_foreign(struct domain *d, unsigned long gpfn); extern u64 translate_domain_pte(u64 pteval, u64 address, u64 itir__,