diff options
-rw-r--r-- | include/asm-generic/topology.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-generic/topology.h b/include/asm-generic/topology.h index 47766b30061a..88bada2ebc4b 100644 --- a/include/asm-generic/topology.h +++ b/include/asm-generic/topology.h | |||
@@ -47,13 +47,6 @@ | |||
47 | #define pcibus_to_node(bus) ((void)(bus), -1) | 47 | #define pcibus_to_node(bus) ((void)(bus), -1) |
48 | #endif | 48 | #endif |
49 | 49 | ||
50 | #ifndef pcibus_to_cpumask | ||
51 | #define pcibus_to_cpumask(bus) (pcibus_to_node(bus) == -1 ? \ | ||
52 | CPU_MASK_ALL : \ | ||
53 | node_to_cpumask(pcibus_to_node(bus)) \ | ||
54 | ) | ||
55 | #endif | ||
56 | |||
57 | #ifndef cpumask_of_pcibus | 50 | #ifndef cpumask_of_pcibus |
58 | #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ | 51 | #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ |
59 | cpu_all_mask : \ | 52 | cpu_all_mask : \ |