Loading kernel/sched/tune.c +1 −1 Original line number Diff line number Diff line Loading @@ -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] = { Loading Loading
kernel/sched/tune.c +1 −1 Original line number Diff line number Diff line Loading @@ -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] = { Loading