summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools/cpupower.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-24 16:34:47 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-01-24 16:34:47 -0200
commite4dd4e4da2a066e4630c643b5b04de37dccd55af (patch)
tree5853fd1f96ffa3def994002e68740dc22bbb6e85 /libre/linux-libre-tools/cpupower.conf
parentcc7ef32205c9b61934232f1ffa4b88d1d53ccefc (diff)
linux-libre-tools-3.7-4: updating revision
* Drop rc scripts - remove ft=sh from vim modeline in PKGBUILD * Add After=network.target in usbip service * Fix https://bugs.archlinux.org/task/33370
Diffstat (limited to 'libre/linux-libre-tools/cpupower.conf')
-rw-r--r--libre/linux-libre-tools/cpupower.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/libre/linux-libre-tools/cpupower.conf b/libre/linux-libre-tools/cpupower.conf
deleted file mode 100644
index b5c522ea1..000000000
--- a/libre/linux-libre-tools/cpupower.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-# Define CPUs governor
-# valid governors: ondemand, performance, powersave, conservative, userspace.
-#governor='ondemand'
-
-# Limit frequency range
-# Valid suffixes: Hz, kHz (default), MHz, GHz, THz
-#min_freq="2.25GHz"
-#max_freq="3GHz"
-
-# Specific frequency to be set.
-# Requires userspace governor to be available.
-# Do not set governor field if you use this one.
-#freq=
-
-# Utilizes cores in one processor package/socket first before processes are
-# scheduled to other processor packages/sockets.
-# See man (1) CPUPOWER-SET for additional details.
-#mc_scheduler=
-
-# Utilizes thread siblings of one processor core first before processes are
-# scheduled to other cores. See man (1) CPUPOWER-SET for additional details.
-#smp_scheduler=
-
-# Sets a register on supported Intel processore which allows software to convey
-# its policy for the relative importance of performance versus energy savings to
-# the processor. See man (1) CPUPOWER-SET for additional details.
-#perf_bias=
-
-# vim:set ts=2 sw=2 ft=sh et: