Page MenuHomeFreeBSD

amd64: Remove PMAP_INLINE
ClosedPublic

Authored by markj on Nov 2 2023, 4:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 16, 7:19 PM
Unknown Object (File)
Mar 20 2025, 10:35 PM
Unknown Object (File)
Mar 13 2025, 6:57 AM
Unknown Object (File)
Mar 8 2025, 1:50 PM
Unknown Object (File)
Jan 22 2025, 8:59 AM
Unknown Object (File)
Nov 16 2024, 11:26 PM
Unknown Object (File)
Nov 16 2024, 10:25 PM
Unknown Object (File)
Nov 16 2024, 8:29 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