x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setup
authorHuang Ying <ying.huang@intel.com>
Tue, 8 Jun 2010 06:09:10 +0000 (14:09 +0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 11 Jun 2010 04:27:36 +0000 (21:27 -0700)
commit3c417588603e5411f29d22a40f3b5ff71529a4f0
treeff76c0cbaf48233e1e2ffb35c97b605b88144372
parent1f9a0bd4989fd16842ad71fc89240b48ab191446
x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setup

It is reported that CMCI is not raised when number of corrected error
reaches preset threshold. After inspection, it is found that
MSR_IA32_MCI_CTL2 threshold field is not setup properly. This patch
fixed it.

Value of MCI_CTL2_CMCI_THRESHOLD_MASK is fixed according to x86_64
Software Developer's Manual too.

Reported-by: Shaohui Zheng <shaohui.zheng@intel.com>
Signed-off-by: Huang Ying <ying.huang@intel.com>
LKML-Reference: <1275977350.3444.660.camel@yhuang-dev.sh.intel.com>
Reviewed-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/mce.h
arch/x86/kernel/cpu/mcheck/mce_intel.c