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, 1 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index dfdb608f7b3d..c281125b2349 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -4359,8 +4359,7 @@ void show_free_areas(unsigned int filter)
4359 K(zone_page_state(zone, NR_MLOCK)), 4359 K(zone_page_state(zone, NR_MLOCK)),
4360 K(zone_page_state(zone, NR_SLAB_RECLAIMABLE)), 4360 K(zone_page_state(zone, NR_SLAB_RECLAIMABLE)),
4361 K(zone_page_state(zone, NR_SLAB_UNRECLAIMABLE)), 4361 K(zone_page_state(zone, NR_SLAB_UNRECLAIMABLE)),
4362 zone_page_state(zone, NR_KERNEL_STACK) * 4362 zone_page_state(zone, NR_KERNEL_STACK_KB),
4363 THREAD_SIZE / 1024,
4364 K(zone_page_state(zone, NR_PAGETABLE)), 4363 K(zone_page_state(zone, NR_PAGETABLE)),
4365 K(zone_page_state(zone, NR_BOUNCE)), 4364 K(zone_page_state(zone, NR_BOUNCE)),
4366 K(free_pcp), 4365 K(free_pcp),