]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
MCE: use new common mce handler on AMD CPUs
authorChristoph Egger <Christoph.Egger@amd.com>
Mon, 17 Sep 2012 16:57:24 +0000 (17:57 +0100)
committerChristoph Egger <Christoph.Egger@amd.com>
Mon, 17 Sep 2012 16:57:24 +0000 (17:57 +0100)
commit3a91769d6e1664f73ff31e6620000302ecb60286
tree704b41c171830d7a782187d00d2d67c9682abe57
parent07d4afd9088f80d5e86d0c6e9a4301adf6d57578
MCE: use new common mce handler on AMD CPUs

Factor common machine check handler out of intel specific code
and move it into common files.
Replace old common mce handler with new one and use it on AMD CPUs.
No functional changes on Intel side.
While here fix some whitespace nits and comments.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Committed-by: Keir Fraser <keir@xen.org>
xen/arch/x86/cpu/mcheck/amd_k8.c
xen/arch/x86/cpu/mcheck/mce.c
xen/arch/x86/cpu/mcheck/mce.h
xen/arch/x86/cpu/mcheck/mce_intel.c
xen/arch/x86/cpu/mcheck/x86_mca.h