]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm64 pmap: Retire PMAP_INLINE
authorAlan Cox <alc@FreeBSD.org>
Sat, 22 Jul 2023 17:55:43 +0000 (12:55 -0500)
committerAlan Cox <alc@FreeBSD.org>
Sun, 23 Jul 2023 05:34:17 +0000 (00:34 -0500)
commit7b1e606c72222acdaea613924f566ffe9b65c068
tree686a7294a9b6b60de634cd23aed6989fe927f97b
parent0aebcfc9f4d642a8bef95504dc928fab78af33bf
arm64 pmap: Retire PMAP_INLINE

Neither of the remaining callers to pmap_kremove() warrant inlining.
Those calls rarely occur.  In other words, we were optimizing for the
uncommon case.

MFC after: 1 week
sys/arm64/arm64/pmap.c