From 580088a862a7586321673e370dcbe8860d974b64 Mon Sep 17 00:00:00 2001 From: Yuanyuan Zhao Date: Wed, 24 Aug 2022 14:21:26 +0800 Subject: [PATCH] config_tools: update the comment of cpu_affintiy in launch_script The parameter for cpu_affinity is apicid of processor now. Update the comment. Tracked-On: #8050 Signed-off-by: Yuanyuan Zhao Reviewed-by: Junjie Mao --- misc/config_tools/launch_config/launch_script_template.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/config_tools/launch_config/launch_script_template.sh b/misc/config_tools/launch_config/launch_script_template.sh index fd6c7efe8..dd23a5a36 100644 --- a/misc/config_tools/launch_config/launch_script_template.sh +++ b/misc/config_tools/launch_config/launch_script_template.sh @@ -87,8 +87,8 @@ function unmount_partition() { # Generators of device model parameters function add_cpus() { - # Each parameter of this function is considered the processor ID (as is reported in /proc/cpuinfo) of a CPU assigned - # to a post-launched RTVM. + # Each parameter of this function is considered the apicid of processor (as is reported in /proc/cpuinfo) of + # a CPU assigned to a post-launched RTVM. if [ "${vm_type}" = "RTVM" ] || [ "${scheduler}" = "SCHED_NOOP" ]; then offline_cpus $*