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

Commit 98c6de69 authored by Tim Murray's avatar Tim Murray Committed by Android (Google) Code Review
Browse files

Merge "Don't set cgroup policy when updating cpusets." into mnc-dev

parents 835d96ea 99910266
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -269,10 +269,7 @@ int set_cpuset_policy(int tid, SchedPolicy policy)
            return -errno;
    }

    // we do both setting of cpuset and setting of cgroup
    // ensures that backgrounded apps are actually deprioritized
    // including on core 0
    return set_sched_policy(tid, policy);
    return 0;
#endif
}