xref: /linux/arch/sparc/include/asm/mmzone.h (revision 617a814f14b8914271f7a70366d72c6196d17663)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2a439fe51SSam Ravnborg #ifndef _SPARC64_MMZONE_H
3a439fe51SSam Ravnborg #define _SPARC64_MMZONE_H
4a439fe51SSam Ravnborg 
5*a9ee6cf5SMike Rapoport #ifdef CONFIG_NUMA
6a439fe51SSam Ravnborg 
717ad6ea6SStephen Rothwell #include <linux/cpumask.h>
817ad6ea6SStephen Rothwell 
9a439fe51SSam Ravnborg extern int numa_cpu_lookup_table[];
10a439fe51SSam Ravnborg extern cpumask_t numa_cpumask_lookup_table[];
11a439fe51SSam Ravnborg 
12*a9ee6cf5SMike Rapoport #endif /* CONFIG_NUMA */
13a439fe51SSam Ravnborg 
14a439fe51SSam Ravnborg #endif /* _SPARC64_MMZONE_H */
15