File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ for cpu in $(ls -1d /sys/devices/system/cpu/cpu* | sort --version-sort) ; do
41
41
chmod a-w $cpu /cpufreq/scaling_{max,min}_freq
42
42
fi
43
43
44
- # Disable all but one thread on each core. Both core_id and physical_package_id are
45
- # numbers it must be ensured that for the following examples are seen as distinct:
44
+ # Disable all but one thread on each core per socket . Both core_id and physical_package_id
45
+ # are numbers so it must be ensured that for the following examples are seen as distinct:
46
46
# - core_id=1, physical_package=11
47
- # - core_id=11, physycal_package =1
47
+ # - core_id=11, physical_package =1
48
48
# Simple concatenation would result in the string '111' for both cores. Though `cat`
49
49
# adds a newline after each file, we do not want to rely on `cat` to always add this
50
50
# 'delimiter'.
You can’t perform that action at this time.
0 commit comments