]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/mm/pgtable.c
Merge branch 'linus' into core/rodata
[linux-2.6-omap-h63xx.git] / arch / mips / mm / pgtable.c
index c93aa6cbcaca5ece41421a2a2661adb5b7e3e669..7dfa579ab24c61761db8446c11fcb63e2ab6c5b8 100644 (file)
@@ -12,7 +12,6 @@ void show_mem(void)
 
        printk("Mem-info:\n");
        show_free_areas();
-       printk("Free swap:       %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
        pfn = max_mapnr;
        while (pfn-- > 0) {
                if (!pfn_valid(pfn))
@@ -29,9 +28,9 @@ void show_mem(void)
                        shared += page_count(page) - 1;
        }
        printk("%d pages of RAM\n", total);
-       printk("%d pages of HIGHMEM\n",highmem);
-       printk("%d reserved pages\n",reserved);
-       printk("%d pages shared\n",shared);
-       printk("%d pages swap cached\n",cached);
+       printk("%d pages of HIGHMEM\n", highmem);
+       printk("%d reserved pages\n", reserved);
+       printk("%d pages shared\n", shared);
+       printk("%d pages swap cached\n", cached);
 #endif
 }