Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125367
b: refs/heads/master
c: 83b1959
h: refs/heads/master
i:
  125365: 5aa1196
  125363: 5ecdc20
  125359: 9ac7688
v: v3
  • Loading branch information
Mike Travis committed Dec 17, 2008
1 parent 3743e4c commit 2c885ae
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: e4d98207ea3f3d15eb664282df16d18c4ac86f80
refs/heads/master: 83b19597f793fd5f91533bda0dc2eb3d21936798
2 changes: 2 additions & 0 deletions trunk/arch/x86/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ extern cpumask_t cpu_coregroup_map(int cpu);
#define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id)
#define topology_core_siblings(cpu) (per_cpu(cpu_core_map, cpu))
#define topology_thread_siblings(cpu) (per_cpu(cpu_sibling_map, cpu))
#define topology_core_cpumask(cpu) (&per_cpu(cpu_core_map, cpu))
#define topology_thread_cpumask(cpu) (&per_cpu(cpu_sibling_map, cpu))

/* indicates that pointers to the topology cpumask_t maps are valid */
#define arch_provides_topology_pointers yes
Expand Down

0 comments on commit 2c885ae

Please sign in to comment.