blob: 44cb07855c5bcfd8ab4db962c3871316f5b9027c [file] [log] [blame]
Vegard Nossum77ef50a2008-06-18 17:08:48 +02001#ifndef ASM_X86__NUMA_32_H
2#define ASM_X86__NUMA_32_H
Andi Kleen69e1a332005-09-12 18:49:24 +02003
Ingo Molnar8550eb92008-01-30 13:34:10 +01004extern int pxm_to_nid(int pxm);
Glauber Costa1481a3d2008-06-04 15:35:03 -03005extern void numa_remove_cpu(int cpu);
Andi Kleen69e1a332005-09-12 18:49:24 +02006
Ingo Molnar8550eb92008-01-30 13:34:10 +01007#ifdef CONFIG_NUMA
Yinghai Lucc9f7a02008-06-16 16:11:08 -07008extern void set_highmem_pages_init(void);
Ingo Molnar8550eb92008-01-30 13:34:10 +01009#endif
10
Vegard Nossum77ef50a2008-06-18 17:08:48 +020011#endif /* ASM_X86__NUMA_32_H */