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
4141 chmod a-w $cpu /cpufreq/scaling_{max,min}_freq
4242 fi
4343
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:
4646 # - core_id=1, physical_package=11
47- # - core_id=11, physycal_package =1
47+ # - core_id=11, physical_package =1
4848 # Simple concatenation would result in the string '111' for both cores. Though `cat`
4949 # adds a newline after each file, we do not want to rely on `cat` to always add this
5050 # 'delimiter'.
You can’t perform that action at this time.
0 commit comments