summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-02-19 00:40:28 +0000
committerdes <des@FreeBSD.org>2006-02-19 00:40:28 +0000
commit2c73974f3f5621c794b04227f0ccf7e66e8241be (patch)
treec1a4b5e7454003bdbf59fe8022a41d33a6688a06 /usr.sbin
parent77de99969f9e3accd304a18bf816a7b1c9fad3a5 (diff)
downloadFreeBSD-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')
-rw-r--r--usr.sbin/powerd/powerd.c4
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;
OpenPOWER on IntegriCloud