From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Egger, Christoph" Subject: Re: [PATCH] x86, mce: Remove amd_{k8, f10}_mcheck_init functions Date: Tue, 3 Jun 2014 11:14:45 +0200 Message-ID: <538D9205.6060309@amazon.de> References: <1401738265-12027-1-git-send-email-aravind.gopalakrishnan@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1401738265-12027-1-git-send-email-aravind.gopalakrishnan@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Aravind Gopalakrishnan , jinsong.liu@alibaba-inc.com, jbeulich@suse.com, xen-devel@lists.xen.org Cc: keir@xen.org List-Id: xen-devel@lists.xenproject.org On 02.06.14 21:44, Aravind Gopalakrishnan wrote: > With all AMD mcheck initialization unified now after > commit 518576c, these two function definitions can be removed. > > Signed-off-by: Aravind Gopalakrishnan Acked-by: Christoph Egger > --- > xen/arch/x86/cpu/mcheck/mce_amd.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/xen/arch/x86/cpu/mcheck/mce_amd.h b/xen/arch/x86/cpu/mcheck/mce_amd.h > index 5d047e7..de5fc48 100644 > --- a/xen/arch/x86/cpu/mcheck/mce_amd.h > +++ b/xen/arch/x86/cpu/mcheck/mce_amd.h > @@ -1,9 +1,6 @@ > #ifndef _MCHECK_AMD_H > #define _MCHECK_AMD_H > > -enum mcheck_type amd_k8_mcheck_init(struct cpuinfo_x86 *c); > -enum mcheck_type amd_f10_mcheck_init(struct cpuinfo_x86 *c); > - > int mc_amd_recoverable_scan(uint64_t status); > int mc_amd_addrcheck(uint64_t status, uint64_t misc, int addrtype); > >