On 20 April 2015 at 12:10, Leo Yan <leo.yan@linaro.org> wrote:
 
When i go through the code and found here is not alignment b/t arm
and arm64; arch/arm/kernel/topology.c implements the function
*arch_scale_cpu_capacity()*; in the file arch/arm64//kernel/topology.c,
it only implements *arch_scale_freq_power()*, this API will not be
called by scheduler anymore. i'm a little confusing about this, could
u help point out if i miss something?

There's been a change in the API name upstream, it's the same function with a different name.