diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_alloc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 4b33878e9488..e26491cb5a27 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -1281,10 +1281,6 @@ void show_free_areas(void) | |||
1281 | 1281 | ||
1282 | get_zone_counts(&active, &inactive, &free); | 1282 | get_zone_counts(&active, &inactive, &free); |
1283 | 1283 | ||
1284 | printk("Free pages: %11ukB (%ukB HighMem)\n", | ||
1285 | K(nr_free_pages()), | ||
1286 | K(nr_free_highpages())); | ||
1287 | |||
1288 | printk("Active:%lu inactive:%lu dirty:%lu writeback:%lu " | 1284 | printk("Active:%lu inactive:%lu dirty:%lu writeback:%lu " |
1289 | "unstable:%lu free:%u slab:%lu mapped:%lu pagetables:%lu\n", | 1285 | "unstable:%lu free:%u slab:%lu mapped:%lu pagetables:%lu\n", |
1290 | active, | 1286 | active, |