diff options
author | Yu Zhao <yuzhao@google.com> | 2019-03-11 18:57:46 -0600 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2019-04-09 11:21:50 +0100 |
commit | 90292aca9854a2cbd904127337d6fea30f46290c (patch) | |
tree | e6ec9f20d197b0c026b3ff76576d59d2ac5b69e7 /tools/perf/scripts/python | |
parent | ab6211c90052435126ad1319e9223b68e154b9f0 (diff) |
arm64: mm: use appropriate ctors for page tables
For pte page, use pgtable_page_ctor(); for pmd page, use
pgtable_pmd_page_ctor(); and for the rest (pud, p4d and pgd),
don't use any.
For now, we don't select ARCH_ENABLE_SPLIT_PMD_PTLOCK and
pgtable_pmd_page_ctor() is a nop. When we do in patch 3, we
make sure pmd is not folded so we won't mistakenly call
pgtable_pmd_page_ctor() on pud or p4d.
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Yu Zhao <yuzhao@google.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions