summaryrefslogtreecommitdiff
path: root/community/cpupower/conf
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-12-07 15:02:31 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-12-07 15:02:31 +0000
commit8736f458a17a03cf79a763a0c8122f93162fed71 (patch)
treefba97f22de8410ee5df8985e6c98756093578100 /community/cpupower/conf
parentd1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff)
Wed Dec 7 15:02:27 UTC 2011
Diffstat (limited to 'community/cpupower/conf')
-rw-r--r--community/cpupower/conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/cpupower/conf b/community/cpupower/conf
deleted file mode 100644
index 0f56836b1..000000000
--- a/community/cpupower/conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# valid governors:
-# ondemand, performance, powersave,
-# conservative, userspace
-#governor="ondemand"
-
-# limit frequency range (optional)
-# valid suffixes: Hz, kHz (default), MHz, GHz, THz
-#min_freq="2.25GHz"
-#max_freq="3GHz"
-
-# use freq to set up the exact cpu frequency using it with userspace governor
-#freq=
-
-# vim:set ts=2 sw=2 ft=sh et: