aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mce.h
diff options
context:
space:
mode:
authorLiu, Jinsong <jinsong.liu@intel.com>2012-08-07 08:16:37 +0200
committerLiu, Jinsong <jinsong.liu@intel.com>2012-08-07 08:16:37 +0200
commit0106d2cfc412e32da890b4a7b528bf1de99aae2e (patch)
tree18f6025cfdd84b260814fda3571b4a0ad4fb8fe1 /xen/include/asm-x86/mce.h
parent6e844c2af06f0b40885f0d8e9639c5732df5519c (diff)
downloadxen-0106d2cfc412e32da890b4a7b528bf1de99aae2e.tar.gz
xen-0106d2cfc412e32da890b4a7b528bf1de99aae2e.tar.bz2
xen-0106d2cfc412e32da890b4a7b528bf1de99aae2e.zip
x86/MCE: remove mcg_ctl and other adjustment for future vMCE
This is a middle-work patch, preparing for the future new vMCE model. It removes mcg_ctl, disables MCG_CTL_P, and sets bank count to 2. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> Committed-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'xen/include/asm-x86/mce.h')
-rw-r--r--xen/include/asm-x86/mce.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/asm-x86/mce.h b/xen/include/asm-x86/mce.h
index cca23bdd3e..922c94ac6a 100644
--- a/xen/include/asm-x86/mce.h
+++ b/xen/include/asm-x86/mce.h
@@ -16,7 +16,6 @@ struct bank_entry {
struct domain_mca_msrs
{
/* Guest should not change below values after DOM boot up */
- uint64_t mcg_ctl;
uint64_t mcg_status;
uint16_t nr_injection;
struct list_head impact_header;