|
@@ -61,10 +61,4 @@ static inline int pfn_valid(int pfn)
|
|
|
|
|
|
#endif /* CONFIG_DISCONTIGMEM */
|
|
|
|
|
|
-#ifdef CONFIG_NEED_MULTIPLE_NODES
|
|
|
-/* always use node 0 for bootmem on this numa platform */
|
|
|
-#define bootmem_arch_preferred_node(__bdata, size, align, goal, limit) \
|
|
|
- (NODE_DATA(0)->bdata)
|
|
|
-#endif /* CONFIG_NEED_MULTIPLE_NODES */
|
|
|
-
|
|
|
#endif /* _ASM_X86_MMZONE_32_H */
|