diff options
author | Yazen Ghannam <yazen.ghannam@amd.com> | 2023-01-27 18:03:59 +0100 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2023-02-09 11:25:21 +0100 |
commit | 6e241bc93c9f0ae6f76ed65b44132948ca70fd76 (patch) | |
tree | 0a7d64334baadef52d3545e066d0b7556bb78e63 /drivers/edac/amd64_edac.h | |
parent | EDAC/amd64: Don't set up EDAC PCI control on Family 17h+ (diff) | |
download | linux-6e241bc93c9f0ae6f76ed65b44132948ca70fd76.tar.xz linux-6e241bc93c9f0ae6f76ed65b44132948ca70fd76.zip |
EDAC/amd64: Remove scrub rate control for Family 17h and later
The scrub registers on AMD Family 17h and later may be inaccessible to
the OS. Furthermore, hardware designers recommend that the scrubbing
feature is managed by the firmware.
Remove support for the sdram_scrub_rate interface for AMD Family 17h
systems and later by not setting the scrub function pointers. The EDAC MC
core will then not expose the scrub files in sysfs.
Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230127170419.1824692-3-yazen.ghannam@amd.com
Diffstat (limited to 'drivers/edac/amd64_edac.h')
-rw-r--r-- | drivers/edac/amd64_edac.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/edac/amd64_edac.h b/drivers/edac/amd64_edac.h index 38e5ad95d010..48f1d97e1274 100644 --- a/drivers/edac/amd64_edac.h +++ b/drivers/edac/amd64_edac.h @@ -215,8 +215,6 @@ #define DCT_SEL_HI 0x114 #define F15H_M60H_SCRCTRL 0x1C8 -#define F17H_SCR_BASE_ADDR 0x48 -#define F17H_SCR_LIMIT_ADDR 0x4C /* * Function 3 - Misc Control |