]> xenbits.xensource.com Git - xen.git/commit
x86,mce: consolidate AMD mcheck initialization
authorAravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
Mon, 2 Jun 2014 08:18:07 +0000 (10:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 2 Jun 2014 08:18:07 +0000 (10:18 +0200)
commit518576c6cbdaa2640865f1baa813c1b4d48c469f
tree05a99ece1ddb0c86e22722e4885b89ff8f9f4616
parent41b41c0b0d2e1b83929adcc8de703ea0cc2417a6
x86,mce: consolidate AMD mcheck initialization

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.

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
Acked-by: Christoph Egger <chegger@amazon.de>
xen/arch/x86/cpu/mcheck/Makefile
xen/arch/x86/cpu/mcheck/amd_f10.c [deleted file]
xen/arch/x86/cpu/mcheck/amd_k8.c [deleted file]
xen/arch/x86/cpu/mcheck/mce_amd.c