[PowerPC] Add PVO_PADDR macro to mmu_oea.c to match mmu_oea64.c changes
authorBrandon Bergren <bdragon@FreeBSD.org>
Sat, 12 Sep 2020 23:54:57 +0000 (23:54 +0000)
committerBrandon Bergren <bdragon@FreeBSD.org>
Sat, 12 Sep 2020 23:54:57 +0000 (23:54 +0000)
commit7be655c2b424320942b05b77e3615445d6923e3e
tree94c2e1518a5f9eb6308bd592897ae082b0ccc4be
parentac89220b05f24948f485f84f67412d677cf1e182
[PowerPC] Add PVO_PADDR macro to mmu_oea.c to match mmu_oea64.c changes

Use a PVO_PADDR macro on 32 bit as well, to reduce the difference between
mmu_oea.c and mmu_oea64.c.

Equivilent to the changes in r363222.
sys/powerpc/aim/mmu_oea.c