Ingo Molnar | 8550eb9 | 2008-01-30 13:34:10 +0100 | [diff] [blame] | 1 | #ifndef _ASM_X86_32_NUMA_H |
| 2 | #define _ASM_X86_32_NUMA_H 1 |
Andi Kleen | 69e1a33 | 2005-09-12 18:49:24 +0200 | [diff] [blame] | 3 | |
Ingo Molnar | 8550eb9 | 2008-01-30 13:34:10 +0100 | [diff] [blame] | 4 | extern int pxm_to_nid(int pxm); |
Andi Kleen | 69e1a33 | 2005-09-12 18:49:24 +0200 | [diff] [blame] | 5 | |
Ingo Molnar | 8550eb9 | 2008-01-30 13:34:10 +0100 | [diff] [blame] | 6 | #ifdef CONFIG_NUMA |
| 7 | extern void __init remap_numa_kva(void); |
| 8 | extern void set_highmem_pages_init(int); |
| 9 | #else |
| 10 | static inline void remap_numa_kva(void) |
| 11 | { |
| 12 | } |
| 13 | #endif |
| 14 | |
| 15 | #endif /* _ASM_X86_32_NUMA_H */ |