summaryrefslogtreecommitdiff
path: root/kernel/sched/tune.c
diff options
context:
space:
mode:
authorSyed Rameez Mustafa <rameezmustafa@codeaurora.org>2016-09-02 17:51:39 -0700
committerSyed Rameez Mustafa <rameezmustafa@codeaurora.org>2016-10-10 11:10:41 -0700
commit14b52227eb4be6143d669b7d7b9ad99dc6f558d2 (patch)
tree576942c8807f6eb438d3fbb7792ce6f7d9acac29 /kernel/sched/tune.c
parente89595cd93c7a5e8d4d85e69c06d9e14b93b3510 (diff)
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 <rameezmustafa@codeaurora.org>
Diffstat (limited to 'kernel/sched/tune.c')
-rw-r--r--kernel/sched/tune.c2
1 files changed, 1 insertions, 1 deletions
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] = {