|
@@ -184,7 +184,7 @@ is done when dirty_ratio is reached.
|
|
|
DO_CPU:
|
|
|
|
|
|
Enable CPU frequency scaling when in laptop mode. (Requires CPUFreq to be setup.
|
|
|
-See Documentation/cpu-freq/user-guide.txt for more info. Disabled by default.)
|
|
|
+See Documentation/admin-guide/pm/cpufreq.rst for more info. Disabled by default.)
|
|
|
|
|
|
CPU_MAXFREQ:
|
|
|
|
|
@@ -287,7 +287,7 @@ MINIMUM_BATTERY_MINUTES=10
|
|
|
|
|
|
# Should the maximum CPU frequency be adjusted down while on battery?
|
|
|
# Requires CPUFreq to be setup.
|
|
|
-# See Documentation/cpu-freq/user-guide.txt for more info
|
|
|
+# See Documentation/admin-guide/pm/cpufreq.rst for more info
|
|
|
#DO_CPU=0
|
|
|
|
|
|
# When on battery what is the maximum CPU speed that the system should
|
|
@@ -378,7 +378,7 @@ BATT_HD=${BATT_HD:-'4'}
|
|
|
DIRTY_RATIO=${DIRTY_RATIO:-'40'}
|
|
|
|
|
|
# cpu frequency scaling
|
|
|
-# See Documentation/cpu-freq/user-guide.txt for more info
|
|
|
+# See Documentation/admin-guide/pm/cpufreq.rst for more info
|
|
|
DO_CPU=${CPU_MANAGE:-'0'}
|
|
|
CPU_MAXFREQ=${CPU_MAXFREQ:-'slowest'}
|
|
|
|