From e59441b09790801eeaf215e1d98f47b7e9daca12 Mon Sep 17 00:00:00 2001 From: Juergen Gross Date: Tue, 4 Dec 2018 14:04:20 +0100 Subject: [PATCH] vmx: remove stale prototypes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Some prototypes in include/asm-x86/hvm/vmx/vmx.h have no related implementation. Remove them. Signed-off-by: Juergen Gross Reviewed-by: Roger Pau Monné Acked-by: Andrew Cooper Acked-by: Kevin Tian --- 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.30.2