diff options
| author | Aneesh Kumar K.V <[email protected]> | 2019-02-14 12:15:40 +0530 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2019-02-22 00:10:15 +1100 |
| commit | c746ca00f5eac6224eda02f39ebdc48fabfad3c5 (patch) | |
| tree | 818ba7d2e1cbfe96096f8f8c12dbe4d0f12a40e5 /tools/perf/scripts/python | |
| parent | fe1ef6bcdb4fca33434256a802a3ed6aacf0bd2f (diff) | |
powerpc/book3s: Remove pgd/pud/pmd_set() interfaces
When updating page tables, we need to make sure we fill the page table
entry valid bits. We do this by or'ing in one of PGD/PUD/PMD_VAL_BITS.
The page table 'set' interfaces allow updating the raw value of page
table entries without setting the valid bits, so remove those
interfaces to avoid incorrect usage in future.
Signed-off-by: Aneesh Kumar K.V <[email protected]>
[mpe: Reword commit message based on mailing list discussion]
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions