aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/memory_hotplug.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c
index 469bbf505f85..3557e8c9e8de 100644
--- a/mm/memory_hotplug.c
+++ b/mm/memory_hotplug.c
@@ -284,8 +284,8 @@ void register_page_bootmem_info_node(struct pglist_data *pgdat)
284} 284}
285#endif /* CONFIG_HAVE_BOOTMEM_INFO_NODE */ 285#endif /* CONFIG_HAVE_BOOTMEM_INFO_NODE */
286 286
287static void grow_zone_span(struct zone *zone, unsigned long start_pfn, 287static void __meminit grow_zone_span(struct zone *zone, unsigned long start_pfn,
288 unsigned long end_pfn) 288 unsigned long end_pfn)
289{ 289{
290 unsigned long old_zone_end_pfn; 290 unsigned long old_zone_end_pfn;
291 291
@@ -427,8 +427,8 @@ out_fail:
427 return -1; 427 return -1;
428} 428}
429 429
430static void grow_pgdat_span(struct pglist_data *pgdat, unsigned long start_pfn, 430static void __meminit grow_pgdat_span(struct pglist_data *pgdat, unsigned long start_pfn,
431 unsigned long end_pfn) 431 unsigned long end_pfn)
432{ 432{
433 unsigned long old_pgdat_end_pfn = pgdat_end_pfn(pgdat); 433 unsigned long old_pgdat_end_pfn = pgdat_end_pfn(pgdat);
434 434