projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6efd46
)
sh: Fix up cpumask_of_pcibus() for the NUMA build.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 2 Mar 2010 06:54:47 +0000
(15:54 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 2 Mar 2010 06:54:47 +0000
(15:54 +0900)
Trivial build fix, following the change from asm-generic/topology.h.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/topology.h
patch
|
blob
|
history
diff --git
a/arch/sh/include/asm/topology.h
b/arch/sh/include/asm/topology.h
index 37cdadd975ac93e79d0f0fa281d9836697f88054..88e734069fa655de6022f91554173b67750b3820 100644
(file)
--- a/
arch/sh/include/asm/topology.h
+++ b/
arch/sh/include/asm/topology.h
@@
-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