Loading drivers/power/qcom/msm-core.c +1 −1 Original line number Diff line number Diff line Loading @@ -428,8 +428,8 @@ static int update_userspace_power(struct sched_params __user *argp) /* Copy the same power values for all the cpus in the cpumask * argp->cpumask within the cluster (argp->cluster) */ spin_lock(&update_lock); get_user(cpumask, &argp->cpumask); spin_lock(&update_lock); for (i = 0; i < MAX_CORES_PER_CLUSTER; i++, cpumask >>= 1) { if (!(cpumask & 0x01)) continue; Loading Loading
drivers/power/qcom/msm-core.c +1 −1 Original line number Diff line number Diff line Loading @@ -428,8 +428,8 @@ static int update_userspace_power(struct sched_params __user *argp) /* Copy the same power values for all the cpus in the cpumask * argp->cpumask within the cluster (argp->cluster) */ spin_lock(&update_lock); get_user(cpumask, &argp->cpumask); spin_lock(&update_lock); for (i = 0; i < MAX_CORES_PER_CLUSTER; i++, cpumask >>= 1) { if (!(cpumask & 0x01)) continue; Loading