realtime-virtual-host/guest: added rcu_nocbs kernel boot parameter
This doesn't have effect on kernels build with CONFIG_RCU_NOCB_CPU_ALL=y. Resolves: rhbz#1334479 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
cb6cf2b70b
commit
2d89b31cf9
2 changed files with 2 additions and 2 deletions
|
|
@ -15,4 +15,4 @@ isolated_cores_expanded=${f:cpulist_unpack:${isolated_cores}}
|
|||
script=script.sh
|
||||
|
||||
[bootloader]
|
||||
cmdline=isolcpus=${isolated_cores} nohz=on nohz_full=${isolated_cores} intel_pstate=disable nosoftlockup
|
||||
cmdline=isolcpus=${isolated_cores} nohz=on nohz_full=${isolated_cores} rcu_nocbs=${isolated_cores} intel_pstate=disable nosoftlockup
|
||||
|
|
|
|||
|
|
@ -43,4 +43,4 @@ group.rcub=0:f:3:*:rcub.*
|
|||
script=script.sh
|
||||
|
||||
[bootloader]
|
||||
cmdline=isolcpus=${isolated_cores} nohz=on nohz_full=${isolated_cores} intel_pstate=disable nosoftlockup
|
||||
cmdline=isolcpus=${isolated_cores} nohz=on nohz_full=${isolated_cores} rcu_nocbs=${isolated_cores} intel_pstate=disable nosoftlockup
|
||||
|
|
|
|||
Loading…
Reference in a new issue