blob: a02674f64869e4f60343bacef573dfd4d5cfcff6 [file] [log] [blame]
Ingo Molnar8550eb92008-01-30 13:34:10 +01001#ifndef _ASM_X86_32_NUMA_H
2#define _ASM_X86_32_NUMA_H 1
Andi Kleen69e1a332005-09-12 18:49:24 +02003
Ingo Molnar8550eb92008-01-30 13:34:10 +01004extern int pxm_to_nid(int pxm);
Andi Kleen69e1a332005-09-12 18:49:24 +02005
Ingo Molnar8550eb92008-01-30 13:34:10 +01006#ifdef CONFIG_NUMA
7extern void __init remap_numa_kva(void);
Yinghai Lucc9f7a02008-06-16 16:11:08 -07008extern void set_highmem_pages_init(void);
Ingo Molnar8550eb92008-01-30 13:34:10 +01009#else
10static inline void remap_numa_kva(void)
11{
12}
13#endif
14
15#endif /* _ASM_X86_32_NUMA_H */