Page MenuHomeFreeBSD

amd64: Remove PMAP_INLINE
ClosedPublic

Authored by markj on Nov 2 2023, 4:38 PM.
Tags
None
Referenced Files
F102746842: D42446.id.diff
Sat, Nov 16, 3:54 PM
Unknown Object (File)
Fri, Nov 1, 8:05 PM
Unknown Object (File)
Sun, Oct 20, 1:02 PM
Unknown Object (File)
Oct 14 2024, 7:54 PM
Unknown Object (File)
Oct 1 2024, 7:43 AM
Unknown Object (File)
Sep 29 2024, 2:29 AM
Unknown Object (File)
Sep 29 2024, 2:27 AM
Unknown Object (File)
Sep 28 2024, 9:42 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