summaryrefslogtreecommitdiff
path: root/include/asm-x86/numa_32.h
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-24 19:19:41 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-07-08 11:10:33 (GMT)
commit3a58a2a6c879b2e47daafd6e641661c50ac9da5a (patch)
tree40291091c6114692edcc34beae5d648382b651da /include/asm-x86/numa_32.h
parentcfb0e53b05402f1ce65053677409a819c1798d34 (diff)
downloadlinux-fsl-qoriq-3a58a2a6c879b2e47daafd6e641661c50ac9da5a.tar.xz
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 ed6c88e..220d7b7 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);
extern void numa_remove_cpu(int cpu);
#ifdef CONFIG_NUMA
-extern void __init remap_numa_kva(void);
extern void set_highmem_pages_init(void);
-#else
-static inline void remap_numa_kva(void)
-{
-}
#endif
#endif /* _ASM_X86_32_NUMA_H */