Merge "Remove Foreground Boost CPUSet"
am: 77451492bc
Change-Id: Ifc5f8a8313a95e5a42a9f4440dd643acfaf9ca53
This commit is contained in:
commit
17c8a89a08
1 changed files with 0 additions and 6 deletions
|
|
@ -166,9 +166,6 @@ on init
|
||||||
mkdir /dev/cpuset/foreground
|
mkdir /dev/cpuset/foreground
|
||||||
copy /dev/cpuset/cpus /dev/cpuset/foreground/cpus
|
copy /dev/cpuset/cpus /dev/cpuset/foreground/cpus
|
||||||
copy /dev/cpuset/mems /dev/cpuset/foreground/mems
|
copy /dev/cpuset/mems /dev/cpuset/foreground/mems
|
||||||
mkdir /dev/cpuset/foreground/boost
|
|
||||||
copy /dev/cpuset/cpus /dev/cpuset/foreground/boost/cpus
|
|
||||||
copy /dev/cpuset/mems /dev/cpuset/foreground/boost/mems
|
|
||||||
mkdir /dev/cpuset/background
|
mkdir /dev/cpuset/background
|
||||||
copy /dev/cpuset/cpus /dev/cpuset/background/cpus
|
copy /dev/cpuset/cpus /dev/cpuset/background/cpus
|
||||||
copy /dev/cpuset/mems /dev/cpuset/background/mems
|
copy /dev/cpuset/mems /dev/cpuset/background/mems
|
||||||
|
|
@ -187,13 +184,11 @@ on init
|
||||||
# change permissions for all cpusets we'll touch at runtime
|
# change permissions for all cpusets we'll touch at runtime
|
||||||
chown system system /dev/cpuset
|
chown system system /dev/cpuset
|
||||||
chown system system /dev/cpuset/foreground
|
chown system system /dev/cpuset/foreground
|
||||||
chown system system /dev/cpuset/foreground/boost
|
|
||||||
chown system system /dev/cpuset/background
|
chown system system /dev/cpuset/background
|
||||||
chown system system /dev/cpuset/system-background
|
chown system system /dev/cpuset/system-background
|
||||||
chown system system /dev/cpuset/top-app
|
chown system system /dev/cpuset/top-app
|
||||||
chown system system /dev/cpuset/tasks
|
chown system system /dev/cpuset/tasks
|
||||||
chown system system /dev/cpuset/foreground/tasks
|
chown system system /dev/cpuset/foreground/tasks
|
||||||
chown system system /dev/cpuset/foreground/boost/tasks
|
|
||||||
chown system system /dev/cpuset/background/tasks
|
chown system system /dev/cpuset/background/tasks
|
||||||
chown system system /dev/cpuset/system-background/tasks
|
chown system system /dev/cpuset/system-background/tasks
|
||||||
chown system system /dev/cpuset/top-app/tasks
|
chown system system /dev/cpuset/top-app/tasks
|
||||||
|
|
@ -202,7 +197,6 @@ on init
|
||||||
chmod 0775 /dev/cpuset/system-background
|
chmod 0775 /dev/cpuset/system-background
|
||||||
|
|
||||||
chmod 0664 /dev/cpuset/foreground/tasks
|
chmod 0664 /dev/cpuset/foreground/tasks
|
||||||
chmod 0664 /dev/cpuset/foreground/boost/tasks
|
|
||||||
chmod 0664 /dev/cpuset/background/tasks
|
chmod 0664 /dev/cpuset/background/tasks
|
||||||
chmod 0664 /dev/cpuset/system-background/tasks
|
chmod 0664 /dev/cpuset/system-background/tasks
|
||||||
chmod 0664 /dev/cpuset/top-app/tasks
|
chmod 0664 /dev/cpuset/top-app/tasks
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue