commit | dcd01394ce7cd7d25bb15c81ad2e804d8090611f | [log] [tgz] |
---|---|---|
author | Yazen Ghannam <yazen.ghannam@amd.com> | Fri Jan 10 01:56:51 2020 +0000 |
committer | Borislav Petkov <bp@suse.de> | Thu Jan 16 17:09:29 2020 +0100 |
tree | 833f499c40e01959ab9c8317395d613b8644e59f | |
parent | 2eb61c91c3e2738218e55f2eaf7e78a4435c233d [diff] |
EDAC/amd64: Drop some family checks for newer systems In general, "pvt->umc != NULL" is used to check if the system is Family 17h+. However, there are a few places that are using direct family checks. Replace the remaining family checks with a check for "pvt->umc != NULL". Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200110015651.14887-6-Yazen.Ghannam@amd.com