Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux...
[linux-2.6-block.git] / include / asm-x86 / numa_32.h
CommitLineData
8550eb99
IM
1#ifndef _ASM_X86_32_NUMA_H
2#define _ASM_X86_32_NUMA_H 1
69e1a33f 3
8550eb99 4extern int pxm_to_nid(int pxm);
1481a3dd 5extern void numa_remove_cpu(int cpu);
69e1a33f 6
8550eb99 7#ifdef CONFIG_NUMA
cc9f7a0c 8extern void set_highmem_pages_init(void);
8550eb99
IM
9#endif
10
11#endif /* _ASM_X86_32_NUMA_H */