commit | f05c41a9c6057a0d5851ebc9589e3834fde1a4b6 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Tue Sep 11 18:57:43 2012 +0200 |
committer | Borislav Petkov <bp@alien8.de> | Wed Nov 28 11:55:44 2012 +0100 |
tree | f9e3627209b517b19b7110379c1c901d25098888 | |
parent | db7312a295ec113fa7b3f7486c4b62b936a357d3 [diff] |
MCE, AMD: Remove functional unit references Having the functional unit names in each bank decode is only misleading as this code supports multiple families and there's no guarantee the mapping between FUs and MCE banks will stay the same. And also, knowing the functional unit name doesn't help much since you end up looking at the respective BKDG anyway. So drop all FU references and use the MC bank numbers instead. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>