summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/mmzone_32.h
diff options
context:
space:
mode:
authorYinghai Lu2008-05-29 21:58:37 +0200
committerIngo Molnar2008-05-31 09:55:53 +0200
commita5481280b29b6a3db912ec100498bd31eaa6d2db (patch)
tree97f931a6cbd0a7afd184fde3d17984a78b5c6c88 /include/asm-x86/mmzone_32.h
parentx86: extend e820 early_res support 32bit -fix #4 (diff)
downloadkernel-qcow2-linux-a5481280b29b6a3db912ec100498bd31eaa6d2db.tar.gz
kernel-qcow2-linux-a5481280b29b6a3db912ec100498bd31eaa6d2db.tar.xz
kernel-qcow2-linux-a5481280b29b6a3db912ec100498bd31eaa6d2db.zip
x86: extend e820 early_res support 32bit -fix #5
reserve early numa kva, so it will not clash with new RAMDISK Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mmzone_32.h')
-rw-r--r--include/asm-x86/mmzone_32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/mmzone_32.h b/include/asm-x86/mmzone_32.h
index cb2cad0b65a7..faef751181b7 100644
--- a/include/asm-x86/mmzone_32.h
+++ b/include/asm-x86/mmzone_32.h
@@ -38,16 +38,12 @@ static inline void get_memcfg_numa(void)
}
extern int early_pfn_to_nid(unsigned long pfn);
-extern void numa_kva_reserve(void);
#else /* !CONFIG_NUMA */
#define get_memcfg_numa get_memcfg_numa_flat
#define get_zholes_size(n) (0)
-static inline void numa_kva_reserve(void)
-{
-}
#endif /* CONFIG_NUMA */
#ifdef CONFIG_DISCONTIGMEM