diff options
| author | Syed Rameez Mustafa <rameezmustafa@codeaurora.org> | 2016-09-02 17:51:39 -0700 |
|---|---|---|
| committer | Syed Rameez Mustafa <rameezmustafa@codeaurora.org> | 2016-10-10 11:10:41 -0700 |
| commit | 14b52227eb4be6143d669b7d7b9ad99dc6f558d2 (patch) | |
| tree | 576942c8807f6eb438d3fbb7792ce6f7d9acac29 /kernel/sched/tune.c | |
| parent | e89595cd93c7a5e8d4d85e69c06d9e14b93b3510 (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.c | 2 |
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] = { |
