Skip to content

Commit

Permalink
sh: Fix up cpumask_of_pcibus() for the NUMA build.
Browse files Browse the repository at this point in the history
Trivial build fix, following the change from asm-generic/topology.h.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Mar 2, 2010
1 parent c6efd46 commit 94316cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#define pcibus_to_node(bus) ((void)(bus), -1)
#define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \
CPU_MASK_ALL_PTR : \
cpu_all_mask : \
cpumask_of_node(pcibus_to_node(bus)))

#endif
Expand Down

0 comments on commit 94316cd

Please sign in to comment.