mm: introduce wrappers to access mm->nr_ptes
authorKirill A. Shutemov <[email protected]>
Thu, 16 Nov 2017 01:35:37 +0000 (17:35 -0800)
committerLinus Torvalds <[email protected]>
Thu, 16 Nov 2017 02:21:04 +0000 (18:21 -0800)
commitc4812909f5d5a9b7f1c85a2d95be388a066cda52
tree3739e892ee148260e2172d579a1c1d838594fb11
parentb4e98d9ac775907cc53fb08fcb6776deb7694e30
mm: introduce wrappers to access mm->nr_ptes

Let's add wrappers for ->nr_ptes with the same interface as for nr_pmd
and nr_pud.

The patch also makes nr_ptes accounting dependent onto CONFIG_MMU.  Page
table accounting doesn't make sense if you don't have page tables.

It's preparation for consolidation of page-table counters in mm_struct.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Kirill A. Shutemov <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
12 files changed:
arch/arm/mm/pgd.c
arch/sparc/mm/hugetlbpage.c
arch/unicore32/mm/pgd.c
fs/proc/task_mmu.c
include/linux/mm.h
include/linux/mm_types.h
kernel/fork.c
mm/debug.c
mm/huge_memory.c
mm/khugepaged.c
mm/memory.c
mm/oom_kill.c