HomeFreeBSD

amd64: Remove PMAP_INLINE

Description

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

(cherry picked from commit 2b084923824e0d5133fe5aff580b4e562fe7dd19)

Details

Provenance
markjAuthored on Nov 2 2023, 6:30 PM
Reviewer
alc
Differential Revision
D42446: amd64: Remove PMAP_INLINE
Parents
rG46a96d68f63f: ip_var.h: align comment style
Branches
Unknown
Tags
Unknown