realtime-virtual-host: accommodate new ktimersoftd thread
Patch provided by Luiz Capitulino <lcapitulino@redhat.com> Resolves: rhbz# 1332563 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
a50d5e0237
commit
3ca7cfceb1
1 changed files with 5 additions and 2 deletions
|
|
@ -38,10 +38,13 @@ assert=${f:assertion:isolated_cores contains present CPU(s):${isolated_cores_exp
|
|||
group.ksoftirqd=0:f:2:*:ksoftirqd.*
|
||||
|
||||
# for i in `pgrep rcuc` ; do grep Cpus_allowed_list /proc/$i/status ; done
|
||||
group.rcuc=0:f:3:*:rcuc.*
|
||||
group.rcuc=0:f:4:*:rcuc.*
|
||||
|
||||
# for i in `pgrep rcub` ; do grep Cpus_allowed_list /proc/$i/status ; done
|
||||
group.rcub=0:f:3:*:rcub.*
|
||||
group.rcub=0:f:4:*:rcub.*
|
||||
|
||||
# for i in `pgrep ktimersoftd` ; do grep Cpus_allowed_list /proc/$i/status ; done
|
||||
group.ktimersoftd=0:f:3:*:ktimersoftd.*
|
||||
|
||||
[script]
|
||||
script=${i:PROFILE_DIR}/script.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue