Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139088
b: refs/heads/master
c: 97c12f8
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Mar 30, 2009
1 parent 596ecbc commit e323a2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 612a726faf8486fa48b34fa37115ce1e7421d383
refs/heads/master: 97c12f85ac5e4ac2faee6cada014ac6205105b19
7 changes: 0 additions & 7 deletions trunk/include/asm-generic/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@
#define pcibus_to_node(bus) ((void)(bus), -1)
#endif

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

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

0 comments on commit e323a2b

Please sign in to comment.