aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mce.h
diff options
context:
space:
mode:
authorLiu, Jinsong <jinsong.liu@intel.com>2012-07-19 15:45:22 +0100
committerLiu, Jinsong <jinsong.liu@intel.com>2012-07-19 15:45:22 +0100
commit5a881cc964a4f22391cc67495058c50dd6721b55 (patch)
tree8a66e93e7e6419d7c33ca85ffd522445eb60004e /xen/include/asm-x86/mce.h
parent9796e9bf1ae37ba3a55a56e2548ed969e1097996 (diff)
downloadxen-5a881cc964a4f22391cc67495058c50dd6721b55.tar.gz
xen-5a881cc964a4f22391cc67495058c50dd6721b55.tar.bz2
xen-5a881cc964a4f22391cc67495058c50dd6721b55.zip
Xen/MCE: stick all 1's to MCi_CTL of vMCE
This patch is a middle-work patch, prepare for future new vMCE model. It remove mci_ctl array, and keep MCi_CTL all 1's. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> Committed-by: Keir Fraser <keir@xen.org>
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 10bef1841b..cca23bdd3e 100644
--- a/xen/include/asm-x86/mce.h
+++ b/xen/include/asm-x86/mce.h
@@ -18,7 +18,6 @@ struct domain_mca_msrs
/* Guest should not change below values after DOM boot up */
uint64_t mcg_ctl;
uint64_t mcg_status;
- uint64_t *mci_ctl;
uint16_t nr_injection;
struct list_head impact_header;
spinlock_t lock;