Skip to content

Commit

Permalink
Prevent Nehalem/eXtreme and Westmere/eXtreme Processors from reading/…
Browse files Browse the repository at this point in the history
…writing the MSR TURBO_RATIO_LIMIT
  • Loading branch information
cyring committed Aug 12, 2018
1 parent f1e9cdb commit a475371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ static ARCH Arch[ARCHITECTURES] = {
.Exit = NULL,
.Timer = InitTimer_Nehalem,
.BaseClock = BaseClock_Nehalem,
.TurboClock = Intel_Turbo_Config8C,
.TurboClock = NULL,
.Architecture = "Nehalem/eXtreme.EP",
.thermalFormula = THERMAL_FORMULA_INTEL,
.voltageFormula = VOLTAGE_FORMULA_NONE,
Expand Down Expand Up @@ -1598,7 +1598,7 @@ static ARCH Arch[ARCHITECTURES] = {
.Exit = NULL,
.Timer = InitTimer_Nehalem,
.BaseClock = BaseClock_Westmere,
.TurboClock = Intel_Turbo_Config8C,
.TurboClock = NULL,
.Architecture = "Westmere/eXtreme",
.thermalFormula = THERMAL_FORMULA_INTEL,
.voltageFormula = VOLTAGE_FORMULA_NONE,
Expand Down

0 comments on commit a475371

Please sign in to comment.