Merge "Not dynamically add system-background tasks to bg_schedboost_fd." into nyc-mr1-dev

This commit is contained in:
Srinath Sridharan 2016-06-30 21:46:22 +00:00 committed by Android (Google) Code Review
commit 08d097adb4

View file

@ -302,7 +302,6 @@ int set_cpuset_policy(int tid, SchedPolicy policy)
break;
case SP_SYSTEM:
fd = system_bg_cpuset_fd;
boost_fd = bg_schedboost_fd;
break;
default:
boost_fd = fd = -1;