Back out revs 1.18 and 1.19; they were based on incorrect assumptions.
Requested by: nate
This commit is contained in:
parent
9be0cda615
commit
f1e58a9ac4
@ -433,10 +433,6 @@ main(int argc, char * argv[])
|
||||
|
||||
mode = mode_none;
|
||||
|
||||
/* Make sure the cpufreq module is loaded */
|
||||
if (!kld_isloaded("cpu/ichss") && kld_load("cpufreq") == -1)
|
||||
err(1, "failed to load cpufreq module");
|
||||
|
||||
/* Poll interval is in units of ms. */
|
||||
poll_ival *= 1000;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user