|
@@ -816,10 +816,6 @@ int local_memory_node(int node_id);
|
|
static inline int local_memory_node(int node_id) { return node_id; };
|
|
static inline int local_memory_node(int node_id) { return node_id; };
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_NEED_NODE_MEMMAP_SIZE
|
|
|
|
-unsigned long __init node_memmap_size_bytes(int, unsigned long, unsigned long);
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* zone_idx() returns 0 for the ZONE_DMA zone, 1 for the ZONE_NORMAL zone, etc.
|
|
* zone_idx() returns 0 for the ZONE_DMA zone, 1 for the ZONE_NORMAL zone, etc.
|
|
*/
|
|
*/
|
|
@@ -1289,7 +1285,6 @@ struct mminit_pfnnid_cache {
|
|
#endif
|
|
#endif
|
|
|
|
|
|
void memory_present(int nid, unsigned long start, unsigned long end);
|
|
void memory_present(int nid, unsigned long start, unsigned long end);
|
|
-unsigned long __init node_memmap_size_bytes(int, unsigned long, unsigned long);
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* If it is possible to have holes within a MAX_ORDER_NR_PAGES, then we
|
|
* If it is possible to have holes within a MAX_ORDER_NR_PAGES, then we
|