Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f0309dd authored by Joel Fernandes's avatar Joel Fernandes Committed by Android (Google) Code Review
Browse files

Merge "Implement get_cpuset_cores_for_policy for SP_RT_APP"

parents 9c3d687c 73a7800f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: