diff options
author | 2013-05-17 12:32:55 +0100 | |
---|---|---|
committer | 2013-06-04 16:52:37 +0100 | |
commit | dde1b65110353517816bcbc58539463396202244 (patch) | |
tree | 53521a163ffd1110ea6a22cb0a9c2b62fee1198e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 3.10-rc3 (diff) | |
download | linux-dev-dde1b65110353517816bcbc58539463396202244.tar.xz linux-dev-dde1b65110353517816bcbc58539463396202244.zip |
ARM: mm: correct pte_same behaviour for LPAE.
For 3 levels of paging the PTE_EXT_NG bit will be set for user
address ptes that are written to a page table but not for ptes
created with mk_pte.
This can cause some comparison tests made by pte_same to fail
spuriously and lead to other problems.
To correct this behaviour, we mask off PTE_EXT_NG for any pte that
is present before running the comparison.
Signed-off-by: Steve Capper <steve.capper@linaro.org>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions