diff options
| author | Alex Naidis <alex.naidis@linux.com> | 2017-06-20 18:36:40 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-06-20 18:36:40 +0000 |
| commit | fb5f04285b149bb53d2e2b901d64c023ebe701d2 (patch) | |
| tree | e6b0c22ccdc4123c2e23bab02fe346f5ce369e7a /libcutils/sched_policy.cpp | |
| parent | 5a6b3e05a9a8e266db40b07b24180cd5ae1ddc90 (diff) | |
| parent | 234fae28236e6ea8af2b5c774190326f085dab64 (diff) | |
| download | system_core-fb5f04285b149bb53d2e2b901d64c023ebe701d2.tar.gz system_core-fb5f04285b149bb53d2e2b901d64c023ebe701d2.tar.bz2 system_core-fb5f04285b149bb53d2e2b901d64c023ebe701d2.zip | |
Merge "libcutils: Clarify schedboost_enabled()" am: 643b4776b5 am: 7ce1bdec47
am: 234fae2823
Change-Id: I9c65ccaf5f52db783b0611ca9c183cc64e8a9ad5
Diffstat (limited to 'libcutils/sched_policy.cpp')
| -rw-r--r-- | libcutils/sched_policy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/sched_policy.cpp b/libcutils/sched_policy.cpp index 3472a67b2..285eaffca 100644 --- a/libcutils/sched_policy.cpp +++ b/libcutils/sched_policy.cpp @@ -137,7 +137,7 @@ bool cpusets_enabled() { /* Similar to CONFIG_CPUSETS above, but with a different configuration - CONFIG_SCHEDTUNE that's in Android common Linux kernel and Linaro + 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 |
