]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-generic/topology.h
cpumask: remove the now-obsoleted pcibus_to_cpumask(): generic
[linux-2.6-omap-h63xx.git] / include / asm-generic / topology.h
index 0e9e2bc0ee96e66d08beb37bb71933ab2ece7636..88bada2ebc4b1fb1bb980f96daa8409ac5933eb2 100644 (file)
 #ifndef cpumask_of_node
 #define cpumask_of_node(node)  ((void)node, cpu_online_mask)
 #endif
-#ifndef node_to_first_cpu
-#define node_to_first_cpu(node)        ((void)(node),0)
-#endif
 #ifndef pcibus_to_node
 #define pcibus_to_node(bus)    ((void)(bus), -1)
 #endif
 
-#ifndef pcibus_to_cpumask
-#define pcibus_to_cpumask(bus) (pcibus_to_node(bus) == -1 ? \
-                                       CPU_MASK_ALL : \
-                                       node_to_cpumask(pcibus_to_node(bus)) \
-                               )
-#endif
-
 #ifndef cpumask_of_pcibus
 #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ?            \
                                 cpu_all_mask :                         \