Re: [PATCH v2 1/3] PM/OPP: Don't skip cpu_dev->id when setting up cpumask

2015-12-27 Thread Viresh Kumar
On 27-12-15, 14:21, Pi-Cheng Chen wrote: > Don't skip cpu_dev->id when setting up cpumask for CPUs that share the > same OPP table. This might be helpful when handling cpumask without the > original CPU bitfield set. > > Signed-off-by: Pi-Cheng Chen > --- >

[PATCH v2 1/3] PM/OPP: Don't skip cpu_dev->id when setting up cpumask

2015-12-26 Thread Pi-Cheng Chen
Don't skip cpu_dev->id when setting up cpumask for CPUs that share the same OPP table. This might be helpful when handling cpumask without the original CPU bitfield set. Signed-off-by: Pi-Cheng Chen --- drivers/base/power/opp/cpu.c | 4 1 file changed, 4