Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125691
b: refs/heads/master
c: 9150641
h: refs/heads/master
i:
  125689: 3945eca
  125687: 45be76b
v: v3
  • Loading branch information
Rusty Russell committed Dec 31, 2008
1 parent dfba517 commit 585b8ba
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: 2bb23a63f22f0e2d91fee93ff5ca9c29e180b146
refs/heads/master: 9150641dd17fe9e213ab3391c8ebfc228daa2d9d
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ static inline void sysfs_remove_device_from_node(struct sys_device *dev,

#define topology_thread_siblings(cpu) (per_cpu(cpu_sibling_map, cpu))
#define topology_core_siblings(cpu) (per_cpu(cpu_core_map, cpu))
#define topology_thread_cpumask(cpu) (&per_cpu(cpu_sibling_map, cpu))
#define topology_core_cpumask(cpu) (&per_cpu(cpu_core_map, cpu))
#define topology_core_id(cpu) (cpu_to_core_id(cpu))
#endif
#endif
Expand Down

0 comments on commit 585b8ba

Please sign in to comment.