arch, mm: filter disallowed nodes from arch specific show_mem functions
[linux-2.6-block.git] / arch / parisc / mm / init.c
index 5fa1e273006e2a673ed62aecdb62127a7a5e1a6b..c5c9c65e502dc11fdacf00e5580cdf9f24f4d4b2 100644 (file)
@@ -686,7 +686,7 @@ void show_mem(unsigned int filter)
        int shared = 0, cached = 0;
 
        printk(KERN_INFO "Mem-info:\n");
-       show_free_areas();
+       show_free_areas(filter);
 #ifndef CONFIG_DISCONTIGMEM
        i = max_mapnr;
        while (i-- > 0) {