commit | 08d097adb4d057c85c8ab775b441f2da3c6a0647 | [log] [tgz] |
---|---|---|
author | Srinath Sridharan <srinathsr@google.com> | Thu Jun 30 21:46:22 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 30 21:46:22 2016 +0000 |
tree | a40f293b3ab44475fb5c6d8a923775c3cc1e3bc6 | |
parent | ca4cf4e4af758754c5f32126084b558c907b110b [diff] | |
parent | 70a415f8b877848547054eae8a63e2d63b7b6134 [diff] |
Merge "Not dynamically add system-background tasks to bg_schedboost_fd." into nyc-mr1-dev
diff --git a/libcutils/sched_policy.c b/libcutils/sched_policy.c index 2b21efe..ac12f2e 100644 --- a/libcutils/sched_policy.c +++ b/libcutils/sched_policy.c
@@ -302,7 +302,6 @@ break; case SP_SYSTEM: fd = system_bg_cpuset_fd; - boost_fd = bg_schedboost_fd; break; default: boost_fd = fd = -1;