diff options
| author | Elliott Hughes <enh@google.com> | 2017-06-28 07:50:00 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2017-06-28 07:50:00 -0700 |
| commit | 76a934a459138ddfe8e0985e7cc2d0aba6749c42 (patch) | |
| tree | ad11a8fae13281c7667230b582e16323d803f66a /libcutils/sched_policy.cpp | |
| parent | a4f086ab202207f741e596a15cbf10c9ca37e3fe (diff) | |
| download | system_core-76a934a459138ddfe8e0985e7cc2d0aba6749c42.tar.gz system_core-76a934a459138ddfe8e0985e7cc2d0aba6749c42.tar.bz2 system_core-76a934a459138ddfe8e0985e7cc2d0aba6749c42.zip | |
Remove documentation for obsolete board configuration.
Bug: N/A
Test: builds
Change-Id: I5afbf2da35a7defb12b98bb5387ab7d3eee6f15a
Diffstat (limited to 'libcutils/sched_policy.cpp')
| -rw-r--r-- | libcutils/sched_policy.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libcutils/sched_policy.cpp b/libcutils/sched_policy.cpp index 4c303e6b1..aeb881aec 100644 --- a/libcutils/sched_policy.cpp +++ b/libcutils/sched_policy.cpp @@ -123,9 +123,7 @@ static int add_tid_to_cgroup(int tid, int fd) on where init.rc mounts cpuset. That's why we'd better require this configuration be set if CONFIG_CPUSETS is set. - With runtime check using the following function, build time - variables like ENABLE_CPUSETS (used in Android.mk) or cpusets (used - in Android.bp) are not needed. + In older releases, this was controlled by build-time configuration. */ bool cpusets_enabled() { |
