提交 94316cda 编写于 作者: P Paul Mundt

sh: Fix up cpumask_of_pcibus() for the NUMA build.

Trivial build fix, following the change from asm-generic/topology.h.
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 c6efd46b
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册