Skip to content

Commit

Permalink
cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha
Browse files Browse the repository at this point in the history
cpumask_of_pcibus() is the new version.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Sep 24, 2009
1 parent 79f5599 commit 8194a40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/alpha/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ static const struct cpumask *cpumask_of_node(int node)
return &node_to_cpumask_map[node];
}

#define pcibus_to_cpumask(bus) (cpu_online_map)
#define cpumask_of_pcibus(bus) (cpu_online_mask)

#endif /* !CONFIG_NUMA */
Expand Down

0 comments on commit 8194a40

Please sign in to comment.