Remove per-cgroup CPU allowance for RT tasks

Since we are removing CONFIG_RT_GROUP_SCHED kernel config option, the
CPU allowance for RT tasks is not controlled on per-cgroup bases anymore
and instead is configured globally. Currently we don't really use
per-cgroup allowance control for RT tasks and current implementation is
actually faulty (the allowance has to be shared by all the sibling
cgroups, so by setting all of them to 95% only the first one gets the
CPU share and the rest will actually fail).
Remove operations setting per-cgroup allowance.

Bug: 149954332
Test: TreeHugger
Change-Id: Iec0515d566cfb5e2ced295a2f8062d21334e4ddb
Suggested-by: Snild Dolkow <snild@sony.com>
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Merged-In: Iec0515d566cfb5e2ced295a2f8062d21334e4ddb
diff --git a/shared/config/init.vendor.rc b/shared/config/init.vendor.rc
index a39cca7..2e5d3af 100644
--- a/shared/config/init.vendor.rc
+++ b/shared/config/init.vendor.rc
@@ -43,10 +43,6 @@
     chmod 0664 /dev/cpuctl/background/tasks
     chmod 0664 /dev/cpuctl/top-app/tasks
     chmod 0664 /dev/cpuctl/rt/tasks
-    write /dev/cpuctl/foreground/cpu.rt_runtime_us 950000
-    write /dev/cpuctl/background/cpu.rt_runtime_us 950000
-    write /dev/cpuctl/top-app/cpu.rt_runtime_us 950000
-    write /dev/cpuctl/rt/cpu.rt_runtime_us 950000
 
 
 on fs