diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 72da11c6804d..7350986bbf99 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -58,6 +58,7 @@ | |||
58 | #include <linux/prefetch.h> | 58 | #include <linux/prefetch.h> |
59 | #include <linux/migrate.h> | 59 | #include <linux/migrate.h> |
60 | #include <linux/page-debug-flags.h> | 60 | #include <linux/page-debug-flags.h> |
61 | #include <linux/hugetlb.h> | ||
61 | #include <linux/sched/rt.h> | 62 | #include <linux/sched/rt.h> |
62 | 63 | ||
63 | #include <asm/tlbflush.h> | 64 | #include <asm/tlbflush.h> |
@@ -3113,6 +3114,8 @@ void show_free_areas(unsigned int filter) | |||
3113 | printk("= %lukB\n", K(total)); | 3114 | printk("= %lukB\n", K(total)); |
3114 | } | 3115 | } |
3115 | 3116 | ||
3117 | hugetlb_show_meminfo(); | ||
3118 | |||
3116 | printk("%ld total pagecache pages\n", global_page_state(NR_FILE_PAGES)); | 3119 | printk("%ld total pagecache pages\n", global_page_state(NR_FILE_PAGES)); |
3117 | 3120 | ||
3118 | show_swap_cache_info(); | 3121 | show_swap_cache_info(); |