diff options
| author | Chris Redpath <chris.redpath@arm.com> | 2017-03-24 17:40:51 +0000 |
|---|---|---|
| committer | Andres Oportus <andresoportus@google.com> | 2017-06-02 08:01:55 -0700 |
| commit | 2e829cf17fd296cac853c2e7d2453da4af446948 (patch) | |
| tree | 5203ad45e5b5d9e2e4749b9048861f0abaded8bf /kernel | |
| parent | 4c031f0e6fbc0fcea864836356c77b3aa0b29947 (diff) | |
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 <chris.redpath@arm.com>
Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
Diffstat (limited to 'kernel')
| -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 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] = { |
