Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179567
b: refs/heads/master
c: c81b812
h: refs/heads/master
i:
  179565: 0323311
  179563: 5dcc82a
  179559: 1d398bc
  179551: 463660f
v: v3
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Jan 15, 2010
1 parent 03a4299 commit a325127
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 46150a050f7a329bf570462dc6df3330cafee926
refs/heads/master: c81b812a333818c5cc1be2e086c8509d853ebeeb
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ static inline int cpu_to_node(int cpu)

#define parent_node(node) (node)

#define cpumask_of_node(node) (&numa_cpumask_lookup_table[node])
#define cpumask_of_node(node) ((node) == -1 ? \
cpu_all_mask : \
&numa_cpumask_lookup_table[node])

int of_node_to_nid(struct device_node *device);

Expand Down

0 comments on commit a325127

Please sign in to comment.