Re: [RFC PATCH 1/8] ARM: initialize cpu_scale to its default

2015-11-30 Thread Vincent Guittot
On 23 November 2015 at 15:28, Juri Lelli wrote: > Instead of looping through all cpus calling set_capacity_scale, we can > initialise cpu_scale per-cpu variables to SCHED_CAPACITY_SCALE with their > definition. > > Cc: Russell King > Signed-off-by:

[RFC PATCH 1/8] ARM: initialize cpu_scale to its default

2015-11-23 Thread Juri Lelli
Instead of looping through all cpus calling set_capacity_scale, we can initialise cpu_scale per-cpu variables to SCHED_CAPACITY_SCALE with their definition. Cc: Russell King Signed-off-by: Juri Lelli --- arch/arm/kernel/topology.c | 4 +--- 1 file