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>
This commit is contained in:
parent
4c031f0e6f
commit
2e829cf17f
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ schedtune_accept_deltas(int nrg_delta, int cap_delta,
|
||||||
* implementation especially for the computation of the per-CPU boost
|
* implementation especially for the computation of the per-CPU boost
|
||||||
* value
|
* value
|
||||||
*/
|
*/
|
||||||
#define BOOSTGROUPS_COUNT 4
|
#define BOOSTGROUPS_COUNT 5
|
||||||
|
|
||||||
/* Array of configured boostgroups */
|
/* Array of configured boostgroups */
|
||||||
static struct schedtune *allocated_group[BOOSTGROUPS_COUNT] = {
|
static struct schedtune *allocated_group[BOOSTGROUPS_COUNT] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue