Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165604
b: refs/heads/master
c: b966cd6
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Sep 24, 2009
1 parent 3fefc26 commit fc71da9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: f5564b823bbe211bab98d12de7b1f7d42cfb4a87
refs/heads/master: b966cd6b285d4cd6feaf8b06b21bc87adb907929
5 changes: 0 additions & 5 deletions trunk/arch/powerpc/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ static inline int pcibus_to_node(struct pci_bus *bus)
}
#endif

#define pcibus_to_cpumask(bus) (pcibus_to_node(bus) == -1 ? \
CPU_MASK_ALL : \
node_to_cpumask(pcibus_to_node(bus)) \
)

#define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \
cpu_all_mask : \
cpumask_of_node(pcibus_to_node(bus)))
Expand Down

0 comments on commit fc71da9

Please sign in to comment.