diff options
author | Elliott Hughes <enh@google.com> | 2017-06-28 16:40:41 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-06-28 16:40:41 +0000 |
commit | a96d1aebdbc3409f7204dcffb9852cc976d4771f (patch) | |
tree | f2a652e737ac56651a0ba2dc2bbf603abcdf5068 /libcutils | |
parent | 22ca4f76c2606862483c891fd82f80183405d064 (diff) | |
parent | 3f4cea940d8672b02b900841add416b122a32c7f (diff) | |
download | core-a96d1aebdbc3409f7204dcffb9852cc976d4771f.tar.gz core-a96d1aebdbc3409f7204dcffb9852cc976d4771f.tar.bz2 core-a96d1aebdbc3409f7204dcffb9852cc976d4771f.zip |
Merge "Remove documentation for obsolete board configuration."
am: 3f4cea940d
Change-Id: I61c8310bbca3690e2b7f9764429c118db780c551
Diffstat (limited to 'libcutils')
-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() { |