Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283491
b: refs/heads/master
c: ed8ce00
h: refs/heads/master
i:
  283489: 8c5c640
  283487: e282bcb
v: v3
  • Loading branch information
Todd Poynor authored and Kevin Hilman committed Nov 8, 2011
1 parent 39b13e8 commit cea86b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46c12216c81b470b957d7fdefd8630efc2edddd0
refs/heads/master: ed8ce00c52fb49aca299b79513bbfcee975442bc
4 changes: 1 addition & 3 deletions trunk/drivers/cpufreq/omap-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ static int __cpuinit omap_cpu_init(struct cpufreq_policy *policy)
{
int result = 0;
struct device *mpu_dev;
static cpumask_var_t cpumask;

if (cpu_is_omap24xx())
mpu_clk = clk_get(NULL, "virt_prcm_set");
Expand Down Expand Up @@ -200,8 +199,7 @@ static int __cpuinit omap_cpu_init(struct cpufreq_policy *policy)
*/
if (is_smp()) {
policy->shared_type = CPUFREQ_SHARED_TYPE_ANY;
cpumask_or(cpumask, cpumask_of(policy->cpu), cpumask);
cpumask_copy(policy->cpus, cpumask);
cpumask_setall(policy->cpus);
}

/* FIXME: what's the actual transition time? */
Expand Down

0 comments on commit cea86b6

Please sign in to comment.