[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen/vmx: remove stale prototypes
Some prototypes in include/asm-x86/hvm/vmx/vmx.h have no related implementation. Remove them. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> --- xen/include/asm-x86/hvm/vmx/vmx.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/include/asm-x86/hvm/vmx/vmx.h b/xen/include/asm-x86/hvm/vmx/vmx.h index b110e168c9..ebaa74449b 100644 --- a/xen/include/asm-x86/hvm/vmx/vmx.h +++ b/xen/include/asm-x86/hvm/vmx/vmx.h @@ -604,10 +604,6 @@ unsigned int p2m_find_altp2m_by_eptp(struct domain *d, uint64_t eptp); void update_guest_eip(void); -int alloc_p2m_hap_data(struct p2m_domain *p2m); -void free_p2m_hap_data(struct p2m_domain *p2m); -void p2m_init_hap_data(struct p2m_domain *p2m); - void vmx_pi_per_cpu_init(unsigned int cpu); void vmx_pi_desc_fixup(unsigned int cpu); -- 2.16.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |