Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245567
b: refs/heads/master
c: 3905c54
h: refs/heads/master
i:
  245565: 45adb90
  245563: 8695ee0
  245559: 7549588
  245551: c73f848
  245535: 3ee8572
  245503: 0ddf95c
v: v3
  • Loading branch information
Stephen Rothwell authored and Ingo Molnar committed Apr 12, 2011
1 parent af6ca23 commit 67648d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 60495e7760d8ee364695006af37309b0755e0e17
refs/heads/master: 3905c54f2bd2c6f937f87307987ca072eabc3e7b
6 changes: 5 additions & 1 deletion trunk/arch/sparc/include/asm/topology_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ static inline int pcibus_to_node(struct pci_bus *pbus)
#define smt_capable() (sparc64_multi_core)
#endif /* CONFIG_SMP */

#define cpu_coregroup_mask(cpu) (&cpu_core_map[cpu])
extern cpumask_t cpu_core_map[NR_CPUS];
static inline const struct cpumask *cpu_coregroup_mask(int cpu)
{
return &cpu_core_map[cpu];
}

#endif /* _ASM_SPARC64_TOPOLOGY_H */

0 comments on commit 67648d6

Please sign in to comment.