mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
[linux-2.6-block.git] / fs / proc / task_mmu.c
index 5988b83836fb111e6929d1b67ac0a58775b0378b..288185e2476267169398576d6f6177618b5fedc9 100644 (file)
@@ -70,6 +70,7 @@ void task_mem(struct seq_file *m, struct mm_struct *mm)
                ptes >> 10,
                pmds >> 10,
                swap << (PAGE_SHIFT-10));
+       hugetlb_report_usage(m, mm);
 }
 
 unsigned long task_vsize(struct mm_struct *mm)