[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V3] x86, mce: Consolidate AMD mcheck initialization
On 5/28/2014 10:51 AM, Aravind Gopalakrishnan wrote: amd_k8.c did a lot of common work and very little K8 specific work. So merge init functions of amd_f10.c and amd_k8.c and move it into the common amd_mcheck_init handler. With that done, there is not much left in either files, so fold all code into just one file - mce_amd.c While at it, update the comments regarding documentation with correct URL's and revision numbers. Also, update copyright info. Changes in V2: - Fix coding style issues Changes in V3: - More coding style fixes. Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@xxxxxxx> --- xen/arch/x86/cpu/mcheck/Makefile | 2 - xen/arch/x86/cpu/mcheck/amd_f10.c | 118 -------------------------- xen/arch/x86/cpu/mcheck/amd_k8.c | 117 -------------------------- xen/arch/x86/cpu/mcheck/mce_amd.c | 167 +++++++++++++++++++++++++++++++++---- 4 files changed, 151 insertions(+), 253 deletions(-) delete mode 100644 xen/arch/x86/cpu/mcheck/amd_f10.c delete mode 100644 xen/arch/x86/cpu/mcheck/amd_k8.c Missed a space between '--dry-run' and Jinsong's email. :( Resending it with corrected mail id. -Aravind. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |