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

Commit 556efa61 authored by Peiyong Lin's avatar Peiyong Lin Committed by Automerger Merge Worker
Browse files

Merge "Remove set_cpuset_policy due to new taskprofiles for SF threads" am: 1cbbc8fe

parents 643a9181 1cbbc8fe
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -139,11 +139,6 @@ int main(int, char**) {

    set_sched_policy(0, SP_FOREGROUND);

    // Put most SurfaceFlinger threads in the system-background cpuset
    // Keeps us from unnecessarily using big cores
    // Do this after the binder thread pool init
    if (cpusets_enabled()) set_cpuset_policy(0, SP_SYSTEM);

    // initialize before clients can connect
    flinger->init();