[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1329281884.20530.rusty@rustcorp.com.au>
Date: Wed, 15 Feb 2012 15:28:04 +1030
From: Rusty Russell <rusty@...tcorp.com.au>
To: linux-kernel@...r.kernel.org
Cc: sundar.iyer@...ricsson.com
Subject: [PATCH 10/12] drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.
From: Rusty Russell <rusty@...tcorp.com.au>
This has been obsolescent for a while; time for the final push.
Signed-off-by: Rusty Russell <rusty@...tcorp.com.au>
Cc: Dave Jones <davej@...hat.com>
Cc: cpufreq@...r.kernel.org
Cc: Sundar Iyer <sundar.iyer@...ricsson.com>
Cc: Martin Persson <martin.persson@...ricsson.com>
Cc: Jonas Aaberg <jonas.aberg@...ricsson.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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists