Page MenuHomeFreeBSD

amd64: Remove PMAP_INLINE
ClosedPublic

Authored by markj on Nov 2 2023, 4:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 5:32 PM
Unknown Object (File)
Thu, May 14, 5:32 PM
Unknown Object (File)
Sun, May 3, 8:56 PM
Unknown Object (File)
May 3 2026, 12:53 AM
Unknown Object (File)
Apr 29 2026, 11:54 AM
Unknown Object (File)
Apr 28 2026, 11:10 PM
Unknown Object (File)
Apr 27 2026, 9:08 PM
Unknown Object (File)
Apr 27 2026, 9:03 PM
Subscribers

Details

Summary

With clang it expands to "inline", which in practice may inline
externally visible functions, so the hint is likely not necessary.

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable