]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
amd64: Remove PMAP_INLINE
authorMark Johnston <markj@FreeBSD.org>
Thu, 2 Nov 2023 18:30:10 +0000 (14:30 -0400)
committerMark Johnston <markj@FreeBSD.org>
Thu, 2 Nov 2023 18:30:10 +0000 (14:30 -0400)
commit2b084923824e0d5133fe5aff580b4e562fe7dd19
tree815ea47a13ffcbabbe43ef78ffee941575f55145
parent2d8fabef75dbbc08645aaa9ce40df39562d1211e
amd64: Remove PMAP_INLINE

With clang it expands to "inline"; clang in practice may inline
externally visible functions even without the hint.  So just remove the
hints and let the compiler decide.

No functional change intended.  pmap.o is identical before and after
this patch.

Reviewed by: alc
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D42446
sys/amd64/amd64/pmap.c