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

Commit 73a7800f authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Implement get_cpuset_cores_for_policy for SP_RT_APP

Test: SimpleSynth runs without performance glitches
Bug: 33085313
Change-Id: Ib5ab51b54528dbd8a0c9a18a4619e3bd6ab35c05
parent 211ad9bc
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: