x86: set_highmem_pages_init() cleanup
[deliverable/linux.git] / arch / x86 / include / asm / numa_32.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_NUMA_32_H
2#define _ASM_X86_NUMA_32_H
69e1a33f 3
8550eb99 4extern int pxm_to_nid(int pxm);
1481a3dd 5extern void numa_remove_cpu(int cpu);
69e1a33f 6
867c5b52 7#ifdef CONFIG_HIGHMEM
cc9f7a0c 8extern void set_highmem_pages_init(void);
867c5b52
PE
9#else
10static inline void set_highmem_pages_init(void)
11{
12}
8550eb99
IM
13#endif
14
1965aae3 15#endif /* _ASM_X86_NUMA_32_H */
This page took 0.342519 seconds and 5 git commands to generate.