x86: refactor mce code
authorChristoph Egger <Christoph.Egger@amd.com>
Tue, 11 Sep 2012 10:28:32 +0000 (12:28 +0200)
committerChristoph Egger <Christoph.Egger@amd.com>
Tue, 11 Sep 2012 10:28:32 +0000 (12:28 +0200)
commit9b1195b8cc41a2fc93a87ca75c06da6f5f8e7dcc
treed89641bb09c94aabfb4007f0ff31c412a334044e
parente626a8c7f06c85584f4285c51bea1a7ed76a25f7
x86: refactor mce code

Factor common mc code out of intel specific code and move it into
common files. No functional changes.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Committed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/mcheck/Makefile
xen/arch/x86/cpu/mcheck/barrier.c [new file with mode: 0644]
xen/arch/x86/cpu/mcheck/barrier.h [new file with mode: 0644]
xen/arch/x86/cpu/mcheck/mce_intel.c
xen/arch/x86/cpu/mcheck/util.c [new file with mode: 0644]
xen/arch/x86/cpu/mcheck/util.h [new file with mode: 0644]