Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287855
b: refs/heads/master
c: 004f4ce
h: refs/heads/master
i:
  287853: 21709c1
  287851: f653719
  287847: 561f69b
  287839: 4cb0085
v: v3
  • Loading branch information
Rusty Russell authored and Paul Mundt committed Feb 24, 2012
1 parent 08e4502 commit 58f97a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: ecfb68c673dc71579b53a46fa22168e7a11f2f19
refs/heads/master: 004f4ce9f3d50044e9542aac466e44fa3ef0258f
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void __init smp_prepare_cpus(unsigned int max_cpus)
mp_ops->prepare_cpus(max_cpus);

#ifndef CONFIG_HOTPLUG_CPU
init_cpu_present(&cpu_possible_map);
init_cpu_present(cpu_possible_mask);
#endif
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static cpumask_t cpu_coregroup_map(unsigned int cpu)
* Presently all SH-X3 SMP cores are multi-cores, so just keep it
* simple until we have a method for determining topology..
*/
return cpu_possible_map;
return *cpu_possible_mask;
}

const struct cpumask *cpu_coregroup_mask(unsigned int cpu)
Expand Down

0 comments on commit 58f97a1

Please sign in to comment.