aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/task_mmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/task_mmu.c')
-rw-r--r--fs/proc/task_mmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c
index 5988b83836fb..288185e24762 100644
--- a/fs/proc/task_mmu.c
+++ b/fs/proc/task_mmu.c
@@ -70,6 +70,7 @@ void task_mem(struct seq_file *m, struct mm_struct *mm)
70 ptes >> 10, 70 ptes >> 10,
71 pmds >> 10, 71 pmds >> 10,
72 swap << (PAGE_SHIFT-10)); 72 swap << (PAGE_SHIFT-10));
73 hugetlb_report_usage(m, mm);
73} 74}
74 75
75unsigned long task_vsize(struct mm_struct *mm) 76unsigned long task_vsize(struct mm_struct *mm)