• B
    MCE, AMD: Remove functional unit references · f05c41a9
    Borislav Petkov 提交于
    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: NBorislav Petkov <borislav.petkov@amd.com>
    f05c41a9
mce_amd.c 16.1 KB