diff options
Diffstat (limited to 'drivers/edac/amd64_edac.h')
-rw-r--r-- | drivers/edac/amd64_edac.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/edac/amd64_edac.h b/drivers/edac/amd64_edac.h index c8f27345ec76..e5204feda191 100644 --- a/drivers/edac/amd64_edac.h +++ b/drivers/edac/amd64_edac.h @@ -461,6 +461,9 @@ struct amd64_pvt { /* MC Type Index value: socket F vs Family 10h */ u32 mc_type_index; + /* DCT per-family scrubrate setting */ + u32 min_scrubrate; + /* misc settings */ struct flags { unsigned long cf8_extcfg:1; |