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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 5da6bc4e0a6b..47e98423b30d 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1304,7 +1304,8 @@ void show_free_areas(void)
1304 global_page_state(NR_WRITEBACK), 1304 global_page_state(NR_WRITEBACK),
1305 global_page_state(NR_UNSTABLE_NFS), 1305 global_page_state(NR_UNSTABLE_NFS),
1306 nr_free_pages(), 1306 nr_free_pages(),
1307 global_page_state(NR_SLAB), 1307 global_page_state(NR_SLAB_RECLAIMABLE) +
1308 global_page_state(NR_SLAB_UNRECLAIMABLE),
1308 global_page_state(NR_FILE_MAPPED), 1309 global_page_state(NR_FILE_MAPPED),
1309 global_page_state(NR_PAGETABLE)); 1310 global_page_state(NR_PAGETABLE));
1310 1311