xref: /openbmc/linux/arch/x86/include/asm/numa_32.h (revision df2634f43f5106947f3735a0b61a6527a4b278cd)
1 #ifndef _ASM_X86_NUMA_32_H
2 #define _ASM_X86_NUMA_32_H
3 
4 extern int numa_off;
5 
6 extern int pxm_to_nid(int pxm);
7 extern void numa_remove_cpu(int cpu);
8 
9 #ifdef CONFIG_HIGHMEM
10 extern void set_highmem_pages_init(void);
11 #else
12 static inline void set_highmem_pages_init(void)
13 {
14 }
15 #endif
16 
17 #endif /* _ASM_X86_NUMA_32_H */
18