diff options
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/topology_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/topology_64.h b/arch/sparc/include/asm/topology_64.h index a5ba4ad12304..39624abb6a48 100644 --- a/arch/sparc/include/asm/topology_64.h +++ b/arch/sparc/include/asm/topology_64.h | |||
@@ -45,7 +45,7 @@ static inline int pcibus_to_node(struct pci_bus *pbus) | |||
45 | 45 | ||
46 | #define cpumask_of_pcibus(bus) \ | 46 | #define cpumask_of_pcibus(bus) \ |
47 | (pcibus_to_node(bus) == -1 ? \ | 47 | (pcibus_to_node(bus) == -1 ? \ |
48 | CPU_MASK_ALL_PTR : \ | 48 | cpu_all_mask : \ |
49 | cpumask_of_node(pcibus_to_node(bus))) | 49 | cpumask_of_node(pcibus_to_node(bus))) |
50 | 50 | ||
51 | #define SD_NODE_INIT (struct sched_domain) { \ | 51 | #define SD_NODE_INIT (struct sched_domain) { \ |