x86, mce, severity: Fix two severities table signatures
authorTony Luck <tony.luck@intel.com>
Wed, 8 Jun 2011 01:51:56 +0000 (21:51 -0400)
committerBorislav Petkov <borislav.petkov@amd.com>
Thu, 16 Jun 2011 09:37:57 +0000 (11:37 +0200)
commit880a317abccf60b989951bf1515964cd73245970
tree44a0ca2e6fcad7ac8c37eed4d9ce725d487db1d0
parentada9c93312f7ec49514c68c211595ce2601cebae
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 <tony.luck@intel.com>
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Link: http://lkml.kernel.org/r/4DEED5BC.8030703@jp.fujitsu.com
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
arch/x86/kernel/cpu/mcheck/mce-severity.c