From: Tony Luck Date: Wed, 8 Jun 2011 01:51:56 +0000 (-0400) Subject: x86, mce, severity: Fix two severities table signatures X-Git-Tag: v3.1-rc1~289^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=880a317abccf60b989951bf1515964cd73245970;p=pandora-kernel.git x86, mce, severity: Fix two severities table signatures The "Spurious not enabled" entry is redundant: the "Not enabled" entry earlier in the table will cover this case. The "Action required; unknown MCACOD" entry shouldn't specify MCACOD in the .mask field. Current code will only match for mcacod==0 rather than all AR=1 entries. Signed-off-by: Tony Luck Signed-off-by: Hidetoshi Seto Link: http://lkml.kernel.org/r/4DEED5BC.8030703@jp.fujitsu.com Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed