]> err.no Git - linux-2.6/blobdiff - include/asm-i386/mmzone.h
[IPX]: Annotate and fix IPX checksum
[linux-2.6] / include / asm-i386 / mmzone.h
index 22cb07cc8f32cc78f9d0ef23d442a6c13462ca21..61b07332200683de0a2a04d4072847416bd4ebf6 100644 (file)
@@ -38,10 +38,16 @@ 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