aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/numa_32.h
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-24 15:19:41 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-08 07:10:33 -0400
commit3a58a2a6c879b2e47daafd6e641661c50ac9da5a (patch)
tree40291091c6114692edcc34beae5d648382b651da /include/asm-x86/numa_32.h
parentcfb0e53b05402f1ce65053677409a819c1798d34 (diff)
x86: introduce init_memory_mapping for 32bit #3
move kva related early backto initmem_init for numa32 Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/numa_32.h')
-rw-r--r--include/asm-x86/numa_32.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/numa_32.h b/include/asm-x86/numa_32.h
index ed6c88eac848..220d7b7707a0 100644
--- a/include/asm-x86/numa_32.h
+++ b/include/asm-x86/numa_32.h
@@ -5,12 +5,7 @@ extern int pxm_to_nid(int pxm);
5extern void numa_remove_cpu(int cpu); 5extern void numa_remove_cpu(int cpu);
6 6
7#ifdef CONFIG_NUMA 7#ifdef CONFIG_NUMA
8extern void __init remap_numa_kva(void);
9extern void set_highmem_pages_init(void); 8extern void set_highmem_pages_init(void);
10#else
11static inline void remap_numa_kva(void)
12{
13}
14#endif 9#endif
15 10
16#endif /* _ASM_X86_32_NUMA_H */ 11#endif /* _ASM_X86_32_NUMA_H */