diff options
author | des <des@FreeBSD.org> | 2006-02-19 00:40:28 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-02-19 00:40:28 +0000 |
commit | 2c73974f3f5621c794b04227f0ccf7e66e8241be (patch) | |
tree | c1a4b5e7454003bdbf59fe8022a41d33a6688a06 /usr.sbin/powerd | |
parent | 77de99969f9e3accd304a18bf816a7b1c9fad3a5 (diff) | |
download | FreeBSD-src-2c73974f3f5621c794b04227f0ccf7e66e8241be.zip FreeBSD-src-2c73974f3f5621c794b04227f0ccf7e66e8241be.tar.gz |
Back out revs 1.18 and 1.19; they were based on incorrect assumptions.
Requested by: nate
Diffstat (limited to 'usr.sbin/powerd')
-rw-r--r-- | usr.sbin/powerd/powerd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/powerd/powerd.c b/usr.sbin/powerd/powerd.c index f0940fa..4c0d383 100644 --- a/usr.sbin/powerd/powerd.c +++ b/usr.sbin/powerd/powerd.c @@ -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; |