Blame SOURCES/tuned-2.7.1-realtime-virtual-host-ktimersoftd.patch

94deb2
diff --git a/profiles/realtime-virtual-host/tuned.conf b/profiles/realtime-virtual-host/tuned.conf
94deb2
--- a/profiles/realtime-virtual-host/tuned.conf
94deb2
+++ b/profiles/realtime-virtual-host/tuned.conf
94deb2
@@ -38,10 +38,13 @@ assert=${f:assertion:isolated_cores contains present CPU(s):${isolated_cores_exp
94deb2
 group.ksoftirqd=0:f:2:*:ksoftirqd.*
94deb2
 
94deb2
 # for i in `pgrep rcuc` ; do grep Cpus_allowed_list /proc/$i/status ; done
94deb2
-group.rcuc=0:f:3:*:rcuc.*
94deb2
+group.rcuc=0:f:4:*:rcuc.*
94deb2
 
94deb2
 # for i in `pgrep rcub` ; do grep Cpus_allowed_list /proc/$i/status ; done
94deb2
-group.rcub=0:f:3:*:rcub.*
94deb2
+group.rcub=0:f:4:*:rcub.*
94deb2
+
94deb2
+# for i in `pgrep ktimersoftd` ; do grep Cpus_allowed_list /proc/$i/status ; done
94deb2
+group.ktimersoftd=0:f:3:*:ktimersoftd.*
94deb2
 
94deb2
 [script]
94deb2
 script=script.sh
94deb2