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

Commit 08256862 authored by Todd Kjos's avatar Todd Kjos
Browse files

ANDROID: increase limit on sched-tune boost groups



Some devices need an additional sched-tune boost group to
optimize performance for key tasks

Bug: 150302001
Change-Id: I392c8cc05a8851f1d416c381b4a27242924c2c27
Signed-off-by: default avatarTodd Kjos <tkjos@google.com>
parent 824a6c4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ root_schedtune = {
 *    implementation especially for the computation of the per-CPU boost
 *    value
 */
#define BOOSTGROUPS_COUNT 5
#define BOOSTGROUPS_COUNT 6

/* Array of configured boostgroups */
static struct schedtune *allocated_group[BOOSTGROUPS_COUNT] = {