[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-ia64-devel] [PATCH 1/7] remove warning
[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 <yamahata@xxxxxxxxxxxxx> 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__, Attachment:
remove-warning-by-pod.patch _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |