From: Tony Luck Date: Wed, 24 Jul 2013 20:54:20 +0000 (-0700) Subject: x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errors X-Git-Tag: v3.12-rc1~154^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ca06c0857aee11911f91621db14498496f2c2cd;p=pandora-kernel.git x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errors The 0x1000 bit of the MCACOD field of machine check MCi_STATUS registers is only defined for corrected errors (where it means that hardware may be filtering errors see SDM section 15.9.2.1). For uncorrected errors it may, or may not be set - so we should mask it out when checking for the architecturaly defined recoverable error signatures (see SDM 15.9.3.1 and 15.9.3.2) Acked-by: Naveen N. Rao Signed-off-by: Tony Luck --- Reading git-diff-tree failed