diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 5af33186a25f..71a0b2a23f5b 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -1725,9 +1725,9 @@ void __meminit build_all_zonelists(void) | |||
1725 | stop_machine_run(__build_all_zonelists, NULL, NR_CPUS); | 1725 | stop_machine_run(__build_all_zonelists, NULL, NR_CPUS); |
1726 | /* cpuset refresh routine should be here */ | 1726 | /* cpuset refresh routine should be here */ |
1727 | } | 1727 | } |
1728 | 1728 | vm_total_pages = nr_free_pagecache_pages(); | |
1729 | printk("Built %i zonelists\n", num_online_nodes()); | 1729 | printk("Built %i zonelists. Total pages: %ld\n", |
1730 | 1730 | num_online_nodes(), vm_total_pages); | |
1731 | } | 1731 | } |
1732 | 1732 | ||
1733 | /* | 1733 | /* |