Drop isolcpu from AIO/worker kickstarts
The isolcpu boot option is configurable based on application-isolated or vswitch CPU config settings. Therefore, it is not required to be set as a default value in the kickstart, only to be changed during initial config. Change-Id: Ie043c7c76be5f2950eafb7babfb1919a9856dd5c Closes-Bug: 1883806 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
a316fea461
commit
3e42fc3834
@ -30,10 +30,7 @@ then
|
||||
norcu_cpulist=$(cpumap_to_cpulist ${norcu_cpumap} ${n_cpus})
|
||||
|
||||
if [[ "$subfunction" =~ lowlatency ]]; then
|
||||
KERN_OPTS="${KERN_OPTS} isolcpus=${norcu_cpulist}"
|
||||
KERN_OPTS="${KERN_OPTS} nohz_full=${norcu_cpulist}"
|
||||
else
|
||||
KERN_OPTS="${KERN_OPTS} isolcpus=${avp_cpulist}"
|
||||
fi
|
||||
KERN_OPTS="${KERN_OPTS} rcu_nocbs=${norcu_cpulist}"
|
||||
KERN_OPTS="${KERN_OPTS} kthread_cpus=${base_cpulist}"
|
||||
|
@ -1,3 +1,8 @@
|
||||
SRC_DIR="${GIT_BASE}/bsp-files"
|
||||
COPY_LIST="$PKG_BASE/LICENSE"
|
||||
TIS_PATCH_VER=4
|
||||
|
||||
# Use eb851a9 as the srcrev for the SRC_GITREVCOUNT,
|
||||
# as it is the last commit in the bsp-files dir prior
|
||||
# to branching for stx-3.0.
|
||||
SRC_BASE_SRCREV=eb851a9
|
||||
TIS_PATCH_VER=SRC_GITREVCOUNT
|
||||
|
Loading…
Reference in New Issue
Block a user