Skip to content

Commit ad7f722

Browse files
vmcjmeisterT
authored andcommitted
Clarify the package/socket usage
Package is more correct but socket is better known. Also fixed a typo.
1 parent 6dea67e commit ad7f722

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

provision-contest/disable-turboboost_ht

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'.

0 commit comments

Comments
 (0)