cpufreq.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 10/12] drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.
@ 2012-02-15  4:58 Rusty Russell
  2012-02-15  9:23 ` Srivatsa S. Bhat
  0 siblings, 1 reply; 2+ messages in thread
From: Rusty Russell @ 2012-02-15  4:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: cpufreq, davej, jonas.aberg, martin.persson, sundar.iyer

From: Rusty Russell <rusty@rustcorp.com.au>

This has been obsolescent for a while; time for the final push.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Dave Jones <davej@redhat.com>
Cc: cpufreq@vger.kernel.org
Cc: Sundar Iyer <sundar.iyer@stericsson.com>
Cc: Martin Persson <martin.persson@stericsson.com>
Cc: Jonas Aaberg <jonas.aberg@stericsson.com>
---
 drivers/cpufreq/db8500-cpufreq.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/db8500-cpufreq.c b/drivers/cpufreq/db8500-cpufreq.c
--- a/drivers/cpufreq/db8500-cpufreq.c
+++ b/drivers/cpufreq/db8500-cpufreq.c
@@ -145,7 +145,7 @@ static int __cpuinit db8500_cpufreq_init
 	policy->cpuinfo.transition_latency = 20 * 1000; /* in ns */
 
 	/* policy sharing between dual CPUs */
-	cpumask_copy(policy->cpus, &cpu_present_map);
+	cpumask_copy(policy->cpus, cpu_present_mask);
 
 	policy->shared_type = CPUFREQ_SHARED_TYPE_ALL;
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 10/12] drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.
  2012-02-15  4:58 [PATCH 10/12] drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map Rusty Russell
@ 2012-02-15  9:23 ` Srivatsa S. Bhat
  0 siblings, 0 replies; 2+ messages in thread
From: Srivatsa S. Bhat @ 2012-02-15  9:23 UTC (permalink / raw)
  To: Rusty Russell
  Cc: linux-kernel, cpufreq, davej, jonas.aberg, martin.persson,
	sundar.iyer, Venkatesh Pallipadi,
	akpm >> "akpm@linux-foundation.org"

On 02/15/2012 10:28 AM, Rusty Russell wrote:

> From: Rusty Russell <rusty@rustcorp.com.au>
> 
> This has been obsolescent for a while; time for the final push.
> 
> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
> Cc: Dave Jones <davej@redhat.com>
> Cc: cpufreq@vger.kernel.org
> Cc: Sundar Iyer <sundar.iyer@stericsson.com>
> Cc: Martin Persson <martin.persson@stericsson.com>
> Cc: Jonas Aaberg <jonas.aberg@stericsson.com>
> ---


Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>

Regards,
Srivatsa S. Bhat


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-15  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15  4:58 [PATCH 10/12] drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map Rusty Russell
2012-02-15  9:23 ` Srivatsa S. Bhat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).