[RFC v3 2/5] cpufreq:LAB:cpufreq_governor Adjust cpufreq_governor.[h|c] to support LAB

2014-03-04 Thread Lukasz Majewski
Some minor adjustments were needed to support LAB operation in the cpufreq_governor.[h|c] files. Most notably, code for proper estimation of the idle time for each CPU is added here. Signed-off-by: Lukasz Majewski Signed-off-by: MyungJoo Ham --- drivers/cpufreq/cpufreq_governor.c |7

[RFC v3 2/5] cpufreq:LAB:cpufreq_governor Adjust cpufreq_governor.[h|c] to support LAB

2014-03-04 Thread Lukasz Majewski
Some minor adjustments were needed to support LAB operation in the cpufreq_governor.[h|c] files. Most notably, code for proper estimation of the idle time for each CPU is added here. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: MyungJoo Ham myungjoo@samsung.com ---