Merge "Implement get_cpuset_cores_for_policy for SP_RT_APP"

This commit is contained in:
Joel Fernandes
2017-05-23 18:47:41 +00:00
committed by Android (Google) Code Review

View File

@@ -356,6 +356,7 @@ static void get_cpuset_cores_for_policy(SchedPolicy policy, cpu_set_t *cpu_set)
case SP_FOREGROUND:
case SP_AUDIO_APP:
case SP_AUDIO_SYS:
case SP_RT_APP:
filename = "/dev/cpuset/foreground/cpus";
break;
case SP_TOP_APP: