[IA64] Percpu quicklist for combined allocator for pgd/pmd/pte.
[deliverable/linux.git] / arch / ia64 / mm / contig.c
index 6daf15ac894059a109d0b047f3cf751686db2e9a..91a055f5731f4df3043c2fa9b4a1daeb6f398821 100644 (file)
@@ -61,7 +61,8 @@ show_mem (void)
        printk("%d reserved pages\n", reserved);
        printk("%d pages shared\n", shared);
        printk("%d pages swap cached\n", cached);
-       printk("%ld pages in page table cache\n", pgtable_cache_size);
+       printk("%ld pages in page table cache\n",
+               pgtable_quicklist_total_size());
 }
 
 /* physical address where the bootmem map is located */
This page took 0.02864 seconds and 5 git commands to generate.