From 14b52227eb4be6143d669b7d7b9ad99dc6f558d2 Mon Sep 17 00:00:00 2001 From: Syed Rameez Mustafa Date: Fri, 2 Sep 2016 17:51:39 -0700 Subject: [PATCH] sched: Update the number of tune groups to 5 The schedtune controller will mimic the cpusets controller configuration for now. For that we need to make 4 groups in addition to the root group present by default. Change-Id: I082f1e4e4ebf863e623cf66ee127eac70a3e2716 Signed-off-by: Syed Rameez Mustafa --- 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 c4b611424376..7c9e617bfa7f 100644 --- a/kernel/sched/tune.c +++ b/kernel/sched/tune.c @@ -67,7 +67,7 @@ root_schedtune = { * 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] = {