]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correct an error in r349122. pmap_unwire() should update the pmap's wired
authoralc <alc@FreeBSD.org>
Wed, 19 Jun 2019 03:33:00 +0000 (03:33 +0000)
committeralc <alc@FreeBSD.org>
Wed, 19 Jun 2019 03:33:00 +0000 (03:33 +0000)
commit4bc7fb5303438337b36b08cb1503e899d39df210
tree21ae91eebc81cdadf8a85254725da6846abfa343
parentdc927a012fda9e218f7bddd61a21af9dabb3a954
Correct an error in r349122.  pmap_unwire() should update the pmap's wired
count, not its resident count.

X-MFC with: r349122
sys/arm64/arm64/pmap.c