Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179838
b: refs/heads/master
c: e5981fd
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and David S. Miller committed Jan 21, 2010
1 parent c48e179 commit cb8e459
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: 3583cbd951d31517de015eab85eb0b5705bce8a9
refs/heads/master: e5981fd6d77c63c003cac44ab52da72994e7ead3
4 changes: 3 additions & 1 deletion trunk/arch/sparc/include/asm/topology_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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])

struct pci_bus;
#ifdef CONFIG_PCI
Expand Down

0 comments on commit cb8e459

Please sign in to comment.