xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86, mce: Remove amd_{k8, f10}_mcheck_init functions
@ 2014-06-02 19:44 Aravind Gopalakrishnan
  2014-06-03  9:14 ` Egger, Christoph
  0 siblings, 1 reply; 2+ messages in thread
From: Aravind Gopalakrishnan @ 2014-06-02 19:44 UTC (permalink / raw)
  To: chegger, jinsong.liu, jbeulich, xen-devel; +Cc: Aravind Gopalakrishnan, keir

With all AMD mcheck initialization unified now after
commit 518576c, these two function definitions can be removed.

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
---
 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);
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] x86, mce: Remove amd_{k8, f10}_mcheck_init functions
  2014-06-02 19:44 [PATCH] x86, mce: Remove amd_{k8, f10}_mcheck_init functions Aravind Gopalakrishnan
@ 2014-06-03  9:14 ` Egger, Christoph
  0 siblings, 0 replies; 2+ messages in thread
From: Egger, Christoph @ 2014-06-03  9:14 UTC (permalink / raw)
  To: Aravind Gopalakrishnan, jinsong.liu, jbeulich, xen-devel; +Cc: keir

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 <aravind.gopalakrishnan@amd.com>
Acked-by: Christoph Egger <chegger@amazon.de>

> ---
>  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);
>  
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-03  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 19:44 [PATCH] x86, mce: Remove amd_{k8, f10}_mcheck_init functions Aravind Gopalakrishnan
2014-06-03  9:14 ` Egger, Christoph

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).