diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/include/asm/topology_64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/topology_64.h b/arch/sparc/include/asm/topology_64.h index afd3cc1824d7..3270cfb1ab53 100644 --- a/arch/sparc/include/asm/topology_64.h +++ b/arch/sparc/include/asm/topology_64.h | |||
@@ -84,5 +84,6 @@ static inline int pcibus_to_node(struct pci_bus *pbus) | |||
84 | #endif /* CONFIG_SMP */ | 84 | #endif /* CONFIG_SMP */ |
85 | 85 | ||
86 | #define cpu_coregroup_map(cpu) (cpu_core_map[cpu]) | 86 | #define cpu_coregroup_map(cpu) (cpu_core_map[cpu]) |
87 | #define cpu_coregroup_mask(cpu) (&cpu_core_map[cpu]) | ||
87 | 88 | ||
88 | #endif /* _ASM_SPARC64_TOPOLOGY_H */ | 89 | #endif /* _ASM_SPARC64_TOPOLOGY_H */ |