Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143265
b: refs/heads/master
c: b35346f
h: refs/heads/master
i:
  143263: 91806c1
v: v3
  • Loading branch information
Paul Mundt committed Apr 8, 2009
1 parent b321510 commit b962510
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 6e9793812583e3c9e3674c8c8af1b114afae8673
refs/heads/master: b35346fd25f3c8c0b6afeb778f8c4f41c5703c84
7 changes: 5 additions & 2 deletions trunk/arch/sh/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@
#define pcibus_to_node(bus) ((void)(bus), -1)
#define pcibus_to_cpumask(bus) (pcibus_to_node(bus) == -1 ? \
CPU_MASK_ALL : \
node_to_cpumask(pcibus_to_node(bus)) \
)
node_to_cpumask(pcibus_to_node(bus)))
#define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \
CPU_MASK_ALL_PTR : \
cpumask_of_node(pcibus_to_node(bus)))

#endif

#include <asm-generic/topology.h>
Expand Down

0 comments on commit b962510

Please sign in to comment.