Page MenuHomeFreeBSD

arm64: add read_frequently, read_mostluy and exclusive_cache_line to linker script
ClosedPublic

Authored by mjg on Aug 23 2021, 11:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 14, 1:55 AM
Unknown Object (File)
Thu, Feb 13, 8:16 AM
Unknown Object (File)
Thu, Feb 13, 5:11 AM
Unknown Object (File)
Fri, Feb 7, 7:06 AM
Unknown Object (File)
Jan 24 2025, 9:02 PM
Unknown Object (File)
Jan 3 2025, 9:40 PM
Unknown Object (File)
Dec 23 2024, 3:46 AM
Unknown Object (File)
Dec 9 2024, 9:30 PM
Subscribers

Diff Detail

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

Event Timeline

mjg requested review of this revision.Aug 23 2021, 11:12 AM
sys/conf/ldscript.arm64
85

Why 64? If it's related to a cacheline size it should probably be 128 as some CPUs, e.g. the original ThunderX, have a 128 byte cacheline.

mjg marked an inline comment as done.Aug 23 2021, 11:35 AM
mjg added inline comments.
sys/conf/ldscript.arm64
85

it is cache lines, yes

This revision is now accepted and ready to land.Aug 23 2021, 12:38 PM