From 1b2d72c8ed8532344428585e2d18c4f26f5292b3 Mon Sep 17 00:00:00 2001 From: Chris Redpath Date: Fri, 24 Mar 2017 17:40:51 +0000 Subject: [PATCH] sched/tune: increase group count to 5 We use 5 groups everywhere else, this should default to the same. Change-Id: I05a20bdcf8046ea90a2e36979940cef11246e735 Signed-off-by: Chris Redpath Signed-off-by: Patrick Bellasi --- kernel/sched/tune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/tune.c b/kernel/sched/tune.c index 079b18802f17..d512b4fb218f 100644 --- a/kernel/sched/tune.c +++ b/kernel/sched/tune.c @@ -205,7 +205,7 @@ schedtune_accept_deltas(int nrg_delta, int cap_delta, * implementation especially for the computation of the per-CPU boost * value */ -#define BOOSTGROUPS_COUNT 4 +#define BOOSTGROUPS_COUNT 5 /* Array of configured boostgroups */ static struct schedtune *allocated_group[BOOSTGROUPS_COUNT] = { -- 2.34.1