Merge "Remove more documentation for obsolete board configuration."
This commit is contained in:
commit
73a6512bab
1 changed files with 1 additions and 6 deletions
|
@ -118,7 +118,6 @@ static int add_tid_to_cgroup(int tid, int fd)
|
|||
|
||||
In older releases, this was controlled by build-time configuration.
|
||||
*/
|
||||
|
||||
bool cpusets_enabled() {
|
||||
static bool enabled = (access("/dev/cpuset/tasks", F_OK) == 0);
|
||||
|
||||
|
@ -130,12 +129,8 @@ bool cpusets_enabled() {
|
|||
CONFIG_CGROUP_SCHEDTUNE that's in Android common Linux kernel and Linaro
|
||||
Stable Kernel (LSK), but not in mainline Linux as of v4.9.
|
||||
|
||||
With runtime check using the following function, build time
|
||||
variables like ENABLE_SCHEDBOOST (used in Android.mk) or schedboost
|
||||
(used in Android.bp) are not needed.
|
||||
|
||||
In older releases, this was controlled by build-time configuration.
|
||||
*/
|
||||
|
||||
bool schedboost_enabled() {
|
||||
static bool enabled = (access("/dev/stune/tasks", F_OK) == 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue