From: Andrew Morton One way of removing an ifdef. This info is all in the per-zone dumps anyway. Cc: Christoph Lameter Signed-off-by: Andrew Morton --- mm/page_alloc.c | 8 -------- 1 files changed, 8 deletions(-) diff -puN mm/page_alloc.c~reduce-max_nr_zones-make-display-of-highmem-counters-conditional-on-config_highmem-tidy mm/page_alloc.c --- a/mm/page_alloc.c~reduce-max_nr_zones-make-display-of-highmem-counters-conditional-on-config_highmem-tidy +++ a/mm/page_alloc.c @@ -1281,14 +1281,6 @@ void show_free_areas(void) get_zone_counts(&active, &inactive, &free); -#ifdef CONFIG_HIGHMEM - printk("Free pages: %11ukB (%ukB HighMem)\n", - K(nr_free_pages()), - K(nr_free_highpages())); -#else - printk("Free pages: %11ukB\n", K(nr_free_pages())); -#endif - printk("Active:%lu inactive:%lu dirty:%lu writeback:%lu " "unstable:%lu free:%u slab:%lu mapped:%lu pagetables:%lu\n", active, _