aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorMike Rapoport <[email protected]>2020-05-23 19:57:18 +0000
committerLinus Torvalds <[email protected]>2020-05-23 20:59:12 +0000
commit0cfc8a8d70dcd51db783e8e87917e02149c71458 (patch)
tree68b7293e8da1f1cdee1f5fb98d44f7ff9453b1c6 /tools/perf/scripts/python/sctop.py
parentMerge branch 'akpm' (patches from Andrew) (diff)
downloadkernel-0cfc8a8d70dcd51db783e8e87917e02149c71458.tar.gz
kernel-0cfc8a8d70dcd51db783e8e87917e02149c71458.zip
sparc32: fix page table traversal in srmmu_nocache_init()
The srmmu_nocache_init() uses __nocache_fix() macro to add an offset to page table entry to access srmmu_nocache_pool. But since sparc32 has only three actual page table levels, pgd, p4d and pud are essentially the same thing and pgd_offset() and p4d_offset() are no-ops, the __nocache_fix() should be done only at PUD level. Remove __nocache_fix() for p4d_offset() and pud_offset() and keep it only for PUD and lower levels. Fixes: c2bc26f7ca1f ("sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()") Signed-off-by: Mike Rapoport <[email protected]> Cc: David S. Miller <[email protected]> Cc: Anatoly Pugachev <[email protected]> Cc: <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions