aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 8df43caf2eb7..c29828ec9183 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -290,7 +290,7 @@ EXPORT_SYMBOL(movable_zone);
290 290
291#if MAX_NUMNODES > 1 291#if MAX_NUMNODES > 1
292unsigned int nr_node_ids __read_mostly = MAX_NUMNODES; 292unsigned int nr_node_ids __read_mostly = MAX_NUMNODES;
293int nr_online_nodes __read_mostly = 1; 293unsigned int nr_online_nodes __read_mostly = 1;
294EXPORT_SYMBOL(nr_node_ids); 294EXPORT_SYMBOL(nr_node_ids);
295EXPORT_SYMBOL(nr_online_nodes); 295EXPORT_SYMBOL(nr_online_nodes);
296#endif 296#endif
@@ -5664,7 +5664,7 @@ void __ref build_all_zonelists(pg_data_t *pgdat)
5664 else 5664 else
5665 page_group_by_mobility_disabled = 0; 5665 page_group_by_mobility_disabled = 0;
5666 5666
5667 pr_info("Built %i zonelists, mobility grouping %s. Total pages: %ld\n", 5667 pr_info("Built %u zonelists, mobility grouping %s. Total pages: %ld\n",
5668 nr_online_nodes, 5668 nr_online_nodes,
5669 page_group_by_mobility_disabled ? "off" : "on", 5669 page_group_by_mobility_disabled ? "off" : "on",
5670 vm_total_pages); 5670 vm_total_pages);