]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1)
authorRobert Wing <rew@FreeBSD.org>
Tue, 9 Jan 2024 20:12:38 +0000 (11:12 -0900)
committerRobert Wing <rew@FreeBSD.org>
Tue, 9 Jan 2024 20:23:18 +0000 (11:23 -0900)
commit0013741108bc515dbaa56b2b9ca4043cdf6c9e5f
tree531490f41c7b5dc9c33b7012789532f2e0ee5ab0
parentc6a488511ab1fbae8d16264b9e83c85024c9e1ce
powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1)

This applies the fix to powerpc's pmap as was done in commit aa3bcaad51076ceb
and d0941ed9b5c39d92 for amd64 and riscv pmaps, respectively.

Reported by:    Jenkins
Reviewed by: bojan.novkovic_fer.hr, markj
Fixes: e4078494f344bcba8709216bd601efa3dd05f6b3
Differential Revision: https://reviews.freebsd.org/D43339
sys/powerpc/aim/mmu_radix.c