aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/mm/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/mm/init.c')
-rw-r--r--arch/parisc/mm/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/mm/init.c b/arch/parisc/mm/init.c
index 5fa1e273006e..c5c9c65e502d 100644
--- a/arch/parisc/mm/init.c
+++ b/arch/parisc/mm/init.c
@@ -686,7 +686,7 @@ void show_mem(unsigned int filter)
686 int shared = 0, cached = 0; 686 int shared = 0, cached = 0;
687 687
688 printk(KERN_INFO "Mem-info:\n"); 688 printk(KERN_INFO "Mem-info:\n");
689 show_free_areas(); 689 show_free_areas(filter);
690#ifndef CONFIG_DISCONTIGMEM 690#ifndef CONFIG_DISCONTIGMEM
691 i = max_mapnr; 691 i = max_mapnr;
692 while (i-- > 0) { 692 while (i-- > 0) {