Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e164f557 authored by Christoph Lameter's avatar Christoph Lameter Committed by Linus Torvalds
Browse files

[PATCH] ppc64: pcibus_to_node fix



asm-generic/topology.h must also be included if CONFIG_NUMA is set in order to
provide the fall back pcibus_to_node function.

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4a352936
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -59,10 +59,8 @@ static inline int node_to_first_cpu(int node)
	.nr_balance_failed	= 0,			\
}

#else /* !CONFIG_NUMA */
#endif /* CONFIG_NUMA */

#include <asm-generic/topology.h>

#endif /* CONFIG_NUMA */

#endif /* _ASM_PPC64_TOPOLOGY_H */