From: Chris Redpath Date: Fri, 24 Mar 2017 17:40:51 +0000 (+0000) Subject: sched/tune: increase group count to 5 X-Git-Tag: release-20171130_firefly~4^2~100^2~25 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1b2d72c8ed8532344428585e2d18c4f26f5292b3;p=firefly-linux-kernel-4.4.55.git 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 --- 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] = {