numa_32.h 310 字节
Newer Older
H
H. Peter Anvin 已提交
1 2
#ifndef _ASM_X86_NUMA_32_H
#define _ASM_X86_NUMA_32_H
3

4 5
extern int numa_off;

I
Ingo Molnar 已提交
6
extern int pxm_to_nid(int pxm);
7
extern void numa_remove_cpu(int cpu);
8

9
#ifdef CONFIG_HIGHMEM
Y
Yinghai Lu 已提交
10
extern void set_highmem_pages_init(void);
11 12 13 14
#else
static inline void set_highmem_pages_init(void)
{
}
I
Ingo Molnar 已提交
15 16
#endif

H
H. Peter Anvin 已提交
17
#endif /* _ASM_X86_NUMA_32_H */