diff options
| author | Mike Rapoport <[email protected]> | 2020-04-02 11:16:14 +0300 |
|---|---|---|
| committer | Thomas Bogendoerfer <[email protected]> | 2020-04-14 12:54:43 +0200 |
| commit | 3fbfb4585bfd4ff34e9d3b4edd5b3e49e8f5a541 (patch) | |
| tree | eda39214dc6a797616b6d74285b5defffb724071 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
| parent | de0c4eb44c39cbb2b3b11bac699b618b0f8d4142 (diff) | |
mips: define pud_index() regardless of page table folding
Commit 31168f033e37 ("mips: drop __pXd_offset() macros that duplicate
pXd_index() ones") is correct that pud_index() & __pud_offset() are the
same when pud_index() is actually provided, however it does not take into
account the __PAGETABLE_PUD_FOLDED case. This has broken MIPS KVM
compilation because it relied on availability of pud_index().
Define pud_index() regardless of page table folded. It will evaluate to
actual index for 4-level pagetables and to 0 for folded PUD level.
Link: https://lore.kernel.org/lkml/[email protected]
Reported-by: Paolo Bonzini <[email protected]>
Signed-off-by: Mike Rapoport <[email protected]>
Tested-by: Huacai Chen <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions