Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125689
b: refs/heads/master
c: 78fd744
h: refs/heads/master
i:
  125687: 45be76b
v: v3
  • Loading branch information
Rusty Russell committed Dec 31, 2008
1 parent fbaa8d9 commit 3945eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e0c0ba736547e81c4f986ce192307c549d214167
refs/heads/master: 78fd744f827586615da5b387fa9f0af1888601b6
2 changes: 2 additions & 0 deletions trunk/arch/sparc/include/asm/topology_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ static inline int pcibus_to_node(struct pci_bus *pbus)
#define topology_core_id(cpu) (cpu_data(cpu).core_id)
#define topology_core_siblings(cpu) (cpu_core_map[cpu])
#define topology_thread_siblings(cpu) (per_cpu(cpu_sibling_map, cpu))
#define topology_core_cpumask(cpu) (&cpu_core_map[cpu])
#define topology_thread_cpumask(cpu) (&per_cpu(cpu_sibling_map, cpu))
#define mc_capable() (sparc64_multi_core)
#define smt_capable() (sparc64_multi_core)
#endif /* CONFIG_SMP */
Expand Down

0 comments on commit 3945eca

Please sign in to comment.