]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
vmx: remove stale prototypes
authorJuergen Gross <jgross@suse.com>
Tue, 4 Dec 2018 13:04:20 +0000 (14:04 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 4 Dec 2018 13:04:20 +0000 (14:04 +0100)
Some prototypes in include/asm-x86/hvm/vmx/vmx.h have no related
implementation. Remove them.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/include/asm-x86/hvm/vmx/vmx.h

index b110e168c9a6fa68adbd8bd9a944c8148e7780de..ebaa74449bb5556cdbe6f5bfe29bac72a6057e9b 100644 (file)
@@ -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);