On 26 September 2013 03:22, Daniel Lezcano daniel.lezcano@linaro.org wrote:
On 09/22/2013 03:21 AM, Viresh Kumar wrote:
We have a routine for getting value of "off", better call that instead of using "off" directly.
We are in the fast path, I am not sure invoking a function here is better than using directly the static variable.
I only did it for consistency as we have this routine specifically for reading value of "off" and so we better don't use off directly..
Probably we can make it static inline and move it into drivers/cpuidle/cpuidle.h?