Re: [PATCH v9 03/10] sched: remove frequency scaling from cpu_capacity

2014-11-21 Thread Morten Rasmussen
On Mon, Nov 03, 2014 at 04:54:40PM +, Vincent Guittot wrote: > Now that arch_scale_cpu_capacity has been introduced to scale the original > capacity, the arch_scale_freq_capacity is no longer used (it was > previously used by ARM arch). Remove arch_scale_freq_capacity from the > computation of

Re: [PATCH v9 03/10] sched: remove frequency scaling from cpu_capacity

2014-11-21 Thread Morten Rasmussen
On Mon, Nov 03, 2014 at 04:54:40PM +, Vincent Guittot wrote: Now that arch_scale_cpu_capacity has been introduced to scale the original capacity, the arch_scale_freq_capacity is no longer used (it was previously used by ARM arch). Remove arch_scale_freq_capacity from the computation of

[PATCH v9 03/10] sched: remove frequency scaling from cpu_capacity

2014-11-03 Thread Vincent Guittot
Now that arch_scale_cpu_capacity has been introduced to scale the original capacity, the arch_scale_freq_capacity is no longer used (it was previously used by ARM arch). Remove arch_scale_freq_capacity from the computation of cpu_capacity. The frequency invariance will be handled in the load

[PATCH v9 03/10] sched: remove frequency scaling from cpu_capacity

2014-11-03 Thread Vincent Guittot
Now that arch_scale_cpu_capacity has been introduced to scale the original capacity, the arch_scale_freq_capacity is no longer used (it was previously used by ARM arch). Remove arch_scale_freq_capacity from the computation of cpu_capacity. The frequency invariance will be handled in the load