x86, NUMA: Initialize and use remap allocator from setup_node_bootmem()
[deliverable/linux.git] / arch / x86 / mm / numa_internal.h
index ad86ec91e640f15063a7a111c731fed39cd81b7c..7178c3afe05e1ff2280c5d8a46e03ddb7c8f52de 100644 (file)
@@ -21,6 +21,12 @@ void __init numa_reset_distance(void);
 
 void __init x86_numa_init(void);
 
+#ifdef CONFIG_X86_64
+static inline void init_alloc_remap(int nid, u64 start, u64 end)       { }
+#else
+void __init init_alloc_remap(int nid, u64 start, u64 end);
+#endif
+
 #ifdef CONFIG_NUMA_EMU
 void __init numa_emulation(struct numa_meminfo *numa_meminfo,
                           int numa_dist_cnt);
This page took 0.027441 seconds and 5 git commands to generate.