From: Huang Ying Date: Tue, 8 Jun 2010 06:09:10 +0000 (+0800) Subject: x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setup X-Git-Tag: v2.6.36-rc1~508^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c417588603e5411f29d22a40f3b5ff71529a4f0;p=pandora-kernel.git 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 Signed-off-by: Huang Ying LKML-Reference: <1275977350.3444.660.camel@yhuang-dev.sh.intel.com> Reviewed-by: Hidetoshi Seto Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed