diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 998eacc1e4c3..d79b92580561 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -3580,7 +3580,7 @@ static unsigned long __meminit zone_spanned_pages_in_node(int nid, | |||
3580 | * Return the number of holes in a range on a node. If nid is MAX_NUMNODES, | 3580 | * Return the number of holes in a range on a node. If nid is MAX_NUMNODES, |
3581 | * then all holes in the requested range will be accounted for. | 3581 | * then all holes in the requested range will be accounted for. |
3582 | */ | 3582 | */ |
3583 | static unsigned long __meminit __absent_pages_in_range(int nid, | 3583 | unsigned long __meminit __absent_pages_in_range(int nid, |
3584 | unsigned long range_start_pfn, | 3584 | unsigned long range_start_pfn, |
3585 | unsigned long range_end_pfn) | 3585 | unsigned long range_end_pfn) |
3586 | { | 3586 | { |
@@ -4109,7 +4109,7 @@ static int __init cmp_node_active_region(const void *a, const void *b) | |||
4109 | } | 4109 | } |
4110 | 4110 | ||
4111 | /* sort the node_map by start_pfn */ | 4111 | /* sort the node_map by start_pfn */ |
4112 | static void __init sort_node_map(void) | 4112 | void __init sort_node_map(void) |
4113 | { | 4113 | { |
4114 | sort(early_node_map, (size_t)nr_nodemap_entries, | 4114 | sort(early_node_map, (size_t)nr_nodemap_entries, |
4115 | sizeof(struct node_active_region), | 4115 | sizeof(struct node_active_region), |