mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 22:42:53 +00:00
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 <yuanyuan.zhao@linux.intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
5600f65710
commit
36dce72414
@ -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 $*
|
||||
|
Loading…
Reference in New Issue
Block a user