Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
bb585a04
Unverified
Commit
bb585a04
authored
Dec 03, 2020
by
Igor Pečovnik
Committed by
GitHub
Dec 03, 2020
Browse files
Distinguish Big Little properly (#121)
parent
af260228
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian-config
View file @
bb585a04
...
...
@@ -114,6 +114,7 @@ do
POLICY
=
"policy0"
[[
$(
grep
-c
'^processor'
/proc/cpuinfo
)
-gt
4
]]
&&
POLICY
=
"policy4"
[[
!
-d
/sys/devices/system/cpu/cpufreq/policy4
]]
&&
POLICY
=
"policy0"
[[
-d
/sys/devices/system/cpu/cpufreq/policy0
&&
-d
/sys/devices/system/cpu/cpufreq/policy2
]]
&&
POLICY
=
"policy2"
num
=
$(
cat
/sys/devices/system/cpu/cpufreq/
$POLICY
/scaling_min_freq 2> /dev/null
)
if
[[
-f
/etc/default/cpufrequtils
&&
!
-z
"
${
num
##*[!0-9]*
}
"
]]
;
then
LISTLENGTH
=
$((
LISTLENGTH
+
2
))
...
...
debian-config-jobs
View file @
bb585a04
...
...
@@ -1149,6 +1149,7 @@ function jobs ()
POLICY
=
"policy0"
[[
$(
grep
-c
'^processor'
/proc/cpuinfo
)
-gt
4
]]
&&
POLICY
=
"policy4"
[[
!
-d
/sys/devices/system/cpu/cpufreq/policy4
]]
&&
POLICY
=
"policy0"
[[
-d
/sys/devices/system/cpu/cpufreq/policy0
&&
-d
/sys/devices/system/cpu/cpufreq/policy2
]]
&&
POLICY
=
"policy2"
generic_select
"
$(
cat
/sys/devices/system/cpu/cpufreq/
$POLICY
/scaling_available_frequencies
)
"
"Select minimum CPU speed"
MIN_SPEED
=
$PARAMETER
generic_select
"
$(
cat
/sys/devices/system/cpu/cpufreq/
$POLICY
/scaling_available_frequencies
)
"
"Select maximum CPU speed"
"
$PARAMETER
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment