Home
last modified time | relevance | path

Searched refs:pcibus_to_node (Results 1 – 1 of 1) sorted by relevance

/include/asm-generic/
Dtopology.h53 #ifndef pcibus_to_node
54 #define pcibus_to_node(bus) ((void)(bus), -1) macro
58 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \
60 cpumask_of_node(pcibus_to_node(bus)))