diff options
Diffstat (limited to 'mm/memory_hotplug.c')
-rw-r--r-- | mm/memory_hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index b8ee0806415f..e3cbdcaff2a5 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -263,7 +263,7 @@ static void register_page_bootmem_info_section(unsigned long start_pfn) | |||
263 | } | 263 | } |
264 | #endif /* !CONFIG_SPARSEMEM_VMEMMAP */ | 264 | #endif /* !CONFIG_SPARSEMEM_VMEMMAP */ |
265 | 265 | ||
266 | void register_page_bootmem_info_node(struct pglist_data *pgdat) | 266 | void __init register_page_bootmem_info_node(struct pglist_data *pgdat) |
267 | { | 267 | { |
268 | unsigned long i, pfn, end_pfn, nr_pages; | 268 | unsigned long i, pfn, end_pfn, nr_pages; |
269 | int node = pgdat->node_id; | 269 | int node = pgdat->node_id; |