lkml.org 
[lkml]   [2013]   [Aug]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] cpufreq: Fix timer/workqueue corruption due to double queueing
From
On 27 August 2013 04:15, Stephen Boyd <sboyd@codeaurora.org> wrote:
> +++ b/drivers/cpufreq/cpufreq_governor.c
> @@ -133,7 +133,7 @@ void gov_queue_work(struct dbs_data *dbs_data, struct cpufreq_policy *policy,
> {
> int i;
>
> - if (!all_cpus) {
> + if (!all_cpus || !policy->governor_enabled) {
> __gov_queue_work(smp_processor_id(), dbs_data, delay);
> } else {
> for_each_cpu(i, policy->cpus)

Shouldn't we simply do this instead at the top of this function?

> + if (!policy->governor_enabled)
> + return;


\
 
 \ /
  Last update: 2013-08-27 08:41    [W:0.245 / U:0.376 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site