[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86/mce: remove declarations of non-existing functions in mce.h
commit 01a13552f8c50a5c74eaa4ad2d3fafba3c57df2c Author: Haozhong Zhang <haozhong.zhang@xxxxxxxxx> AuthorDate: Fri Feb 17 15:55:47 2017 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Fri Feb 17 15:55:47 2017 +0100 x86/mce: remove declarations of non-existing functions in mce.h Remove declarations of functions intel_mcheck_timer() mce_intel_feature_init() mce_cap_init() x86_mcinfo_getptr() whose definitions had been removed long time ago. Signed-off-by: Haozhong Zhang <haozhong.zhang@xxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/arch/x86/cpu/mcheck/mce.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/arch/x86/cpu/mcheck/mce.h b/xen/arch/x86/cpu/mcheck/mce.h index 2f0fb07..e697780 100644 --- a/xen/arch/x86/cpu/mcheck/mce.h +++ b/xen/arch/x86/cpu/mcheck/mce.h @@ -43,11 +43,8 @@ extern uint8_t cmci_apic_vector; enum mcheck_type amd_mcheck_init(struct cpuinfo_x86 *c); enum mcheck_type intel_mcheck_init(struct cpuinfo_x86 *c, bool_t bsp); -void intel_mcheck_timer(struct cpuinfo_x86 *c); -void mce_intel_feature_init(struct cpuinfo_x86 *c); void amd_nonfatal_mcheck_init(struct cpuinfo_x86 *c); -uint64_t mce_cap_init(void); extern unsigned int firstbank; struct mcinfo_extended *intel_get_extended_msrs( @@ -56,7 +53,6 @@ struct mcinfo_extended *intel_get_extended_msrs( int mce_available(struct cpuinfo_x86 *c); unsigned int mce_firstbank(struct cpuinfo_x86 *c); /* Helper functions used for collecting error telemetry */ -struct mc_info *x86_mcinfo_getptr(void); void noreturn mc_panic(char *s); void x86_mc_get_cpu_info(unsigned, uint32_t *, uint16_t *, uint16_t *, uint32_t *, uint32_t *, uint32_t *, uint32_t *); -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |