diff options
author | Anshuman Khandual <[email protected]> | 2021-05-10 16:37:51 +0530 |
---|---|---|
committer | Will Deacon <[email protected]> | 2021-05-25 19:04:38 +0100 |
commit | e377ab82311af95c99648c6424a6b888a0ccb102 (patch) | |
tree | 1fa8d360e5eebb77732d8e3aebce63c0276eee0a /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 7e04cc918954f9090952e8d17cb2c3c4a5ad055e (diff) |
arm64/mm: Remove [PUD|PMD]_TABLE_BIT from [pud|pmd]_bad()
Semantics wise, [pud|pmd]_bad() have always implied that a given [PUD|PMD]
entry does not have a pointer to the next level page table. This had been
made clear in the commit a1c76574f345 ("arm64: mm: use *_sect to check for
section maps"). Hence explicitly check for a table entry rather than just
testing a single bit. This basically redefines [pud|pmd]_bad() in terms of
[pud|pmd]_table() making the semantics clear.
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Anshuman Khandual <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions