Merge "Remove documentation for obsolete board configuration."

am: 3f4cea940d

Change-Id: I61c8310bbca3690e2b7f9764429c118db780c551
This commit is contained in:
Elliott Hughes 2017-06-28 16:40:41 +00:00 committed by android-build-merger
commit a96d1aebdb

View file

@ -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 on where init.rc mounts cpuset. That's why we'd better require this
configuration be set if CONFIG_CPUSETS is set. configuration be set if CONFIG_CPUSETS is set.
With runtime check using the following function, build time In older releases, this was controlled by build-time configuration.
variables like ENABLE_CPUSETS (used in Android.mk) or cpusets (used
in Android.bp) are not needed.
*/ */
bool cpusets_enabled() { bool cpusets_enabled() {